Html Css Color HEX #EAAB17 Gamboge

📋 copy color: '#EAAB17'

red 234 ◦ green 171 ◦ blue 23

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

Shades of Gamboge #EAAB17

Tints of Gamboge #EAAB17

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.95%

 BLUE value IS 23 (9.38% from 255) = 5.37%

R = 54.67%
G = 39.95%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAAB17 (or 0xEAAB17) is known color: Gamboge. HEX triplet: EA, AB and 17. RGB value is (234,171,23). Sum of RGB (Red+Green+Blue) = 234+171+23=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAB17 is #1554E8. Grayscale: #ADADAD. Windows color (decimal): -1397993 or 1551338. OLE color: 1551338.

HSL color Cylindrical-coordinate representation of color #EAAB17: hue angle of 42.09º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAAB17 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 23 -
CMYK 0 0.27 0.90 0.08
HSL 42.09º 0.83% 0.5% -
HSV(B) 42.09º 0.9% 0.92% -
XYZ 48.65 46.68 7.26 -
YUV 172.97 43.37 171.53 -
System Red Green Blue C M Y K H S L
Decimal 234 171 23 0 0.27 0.90 0.08 42.09 0.83 0.5
Hex EA AB 17 0 1B 5A 8 2A 53 32
Octal 352 253 27 0 33 132 10 52 123 62
Binary 11101010 10101011 10111 0 11011 1011010 1000 101010 1010011 110010

Color Harmonies of #EAAB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB17

Black with #EAAB17

Text Example


Text Example

White with #EAAB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB17; }

 p { color: rgb(234,171,23); }

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

background-color css

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

 a { background-color: rgb(234,171,23); }

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

border-color css

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

 span { border-color: rgb(234,171,23); }

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