Html Css Color HEX #EAA51D Gamboge

📋 copy color: '#EAA51D'

red 234 ◦ green 165 ◦ blue 29

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

Shades of Gamboge #EAA51D

Tints of Gamboge #EAA51D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 54.67%
G = 38.55%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAA51D (or 0xEAA51D) is known color: Gamboge. HEX triplet: EA, A5 and 1D. RGB value is (234,165,29). Sum of RGB (Red+Green+Blue) = 234+165+29=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA51D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA51D is #155AE2. Grayscale: #AAAAAA. Windows color (decimal): -1399523 or 1943018. OLE color: 1943018.

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

Color convert

RGB 234 165 29 -
CMYK 0 0.29 0.88 0.08
HSL 39.8º 0.83% 0.52% -
HSV(B) 39.8º 0.88% 0.92% -
XYZ 47.61 44.49 7.24 -
YUV 170.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 234 165 29 0 0.29 0.88 0.08 39.8 0.83 0.52
Hex EA A5 1D 0 1D 58 8 28 53 34
Octal 352 245 35 0 35 130 10 50 123 64
Binary 11101010 10100101 11101 0 11101 1011000 1000 101000 1010011 110100

Color Harmonies of #EAA51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA51D

Black with #EAA51D

Text Example


Text Example

White with #EAA51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA51D; }

 p { color: rgb(234,165,29); }

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

background-color css

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

 a { background-color: rgb(234,165,29); }

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

border-color css

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

 span { border-color: rgb(234,165,29); }

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