Html Css Color HEX #EAA41F Gamboge

📋 copy color: '#EAA41F'

red 234 ◦ green 164 ◦ blue 31

#EAA41F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #EAA41F

Tints of Gamboge #EAA41F

RGB

 RED value IS 234 (91.8% from 255) = 54.55%

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 31 (12.5% from 255) = 7.23%

R = 54.55%
G = 38.23%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAA41F (or 0xEAA41F) is known color: Gamboge. HEX triplet: EA, A4 and 1F. RGB value is (234,164,31). Sum of RGB (Red+Green+Blue) = 234+164+31=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA41F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA41F is #155BE0. Grayscale: #AAAAAA. Windows color (decimal): -1399777 or 2073834. OLE color: 2073834.

HSL color Cylindrical-coordinate representation of color #EAA41F: hue angle of 39.31º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAA41F is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 164 31 -
CMYK 0 0.30 0.87 0.08
HSL 39.31º 0.83% 0.52% -
HSV(B) 39.31º 0.87% 0.92% -
XYZ 47.45 44.14 7.32 -
YUV 169.77 49.69 173.81 -
System Red Green Blue C M Y K H S L
Decimal 234 164 31 0 0.30 0.87 0.08 39.31 0.83 0.52
Hex EA A4 1F 0 1E 57 8 27 53 34
Octal 352 244 37 0 36 127 10 47 123 64
Binary 11101010 10100100 11111 0 11110 1010111 1000 100111 1010011 110100

Color Harmonies of #EAA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA41F

Black with #EAA41F

Text Example


Text Example

White with #EAA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA41F; }

 p { color: rgb(234,164,31); }

 H1.HeaderClassName
 {
   color: #EAA41F;
 }
 .AnyTagClassName
 {
   color: #EAA41F;
 }
</style>

background-color css

<style>
 a { background-color: #EAA41F; }

 a { background-color: rgb(234,164,31); }

 div.DivClassName
 {
   background-color: #EAA41F;
 }
 .BgClassName
 {
   background-color: #EAA41F;
 }
</style>

border-color css

<style>
 span { border-color: #EAA41F; }

 span { border-color: rgb(234,164,31); }

 td.TdClassName
 {
   border-color: #EAA41F;
 }
 .TagClassName
 {
   border-color: #EAA41F;
 }
</style>