Html Css Color HEX #EAAE03 Gamboge

📋 copy color: '#EAAE03'

red 234 ◦ green 174 ◦ blue 3

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

Shades of Gamboge #EAAE03

Tints of Gamboge #EAAE03

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.34%

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 56.93%
G = 42.34%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAAE03 (or 0xEAAE03) is known color: Gamboge. HEX triplet: EA, AE and 03. RGB value is (234,174,3). Sum of RGB (Red+Green+Blue) = 234+174+3=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAE03 is #1551FC. Grayscale: #ADADAD. Windows color (decimal): -1397245 or 241386. OLE color: 241386.

HSL color Cylindrical-coordinate representation of color #EAAE03: hue angle of 44.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAAE03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 174 3 -
CMYK 0 0.26 0.99 0.08
HSL 44.42º 0.97% 0.46% -
HSV(B) 44.42º 0.99% 0.92% -
XYZ 49.08 47.77 6.72 -
YUV 172.45 32.38 171.9 -
System Red Green Blue C M Y K H S L
Decimal 234 174 3 0 0.26 0.99 0.08 44.42 0.97 0.46
Hex EA AE 3 0 1A 63 8 2C 61 2E
Octal 352 256 3 0 32 143 10 54 141 56
Binary 11101010 10101110 11 0 11010 1100011 1000 101100 1100001 101110

Color Harmonies of #EAAE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAE03

Black with #EAAE03

Text Example


Text Example

White with #EAAE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAE03; }

 p { color: rgb(234,174,3); }

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

background-color css

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

 a { background-color: rgb(234,174,3); }

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

border-color css

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

 span { border-color: rgb(234,174,3); }

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