Html Css Color HEX #EAA01B Gamboge

📋 copy color: '#EAA01B'

red 234 ◦ green 160 ◦ blue 27

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

Shades of Gamboge #EAA01B

Tints of Gamboge #EAA01B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 27 (10.94% from 255) = 6.41%

R = 55.58%
G = 38%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAA01B (or 0xEAA01B) is known color: Gamboge. HEX triplet: EA, A0 and 1B. RGB value is (234,160,27). Sum of RGB (Red+Green+Blue) = 234+160+27=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA01B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA01B is #155FE4. Grayscale: #A7A7A7. Windows color (decimal): -1400805 or 1810666. OLE color: 1810666.

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

Color convert

RGB 234 160 27 -
CMYK 0 0.32 0.88 0.08
HSL 38.55º 0.83% 0.51% -
HSV(B) 38.55º 0.88% 0.92% -
XYZ 46.7 42.71 6.82 -
YUV 166.96 49.02 175.81 -
System Red Green Blue C M Y K H S L
Decimal 234 160 27 0 0.32 0.88 0.08 38.55 0.83 0.51
Hex EA A0 1B 0 20 58 8 27 53 33
Octal 352 240 33 0 40 130 10 47 123 63
Binary 11101010 10100000 11011 0 100000 1011000 1000 100111 1010011 110011

Color Harmonies of #EAA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA01B

Black with #EAA01B

Text Example


Text Example

White with #EAA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA01B; }

 p { color: rgb(234,160,27); }

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

background-color css

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

 a { background-color: rgb(234,160,27); }

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

border-color css

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

 span { border-color: rgb(234,160,27); }

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