Html Css Color HEX #EAB142 Tulip Tree

📋 copy color: '#EAB142'

red 234 ◦ green 177 ◦ blue 66

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

Shades of Tulip Tree #EAB142

Tints of Tulip Tree #EAB142

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.11%

 BLUE value IS 66 (26.17% from 255) = 13.84%

R = 49.06%
G = 37.11%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAB142 (or 0xEAB142) is known color: Tulip Tree. HEX triplet: EA, B1 and 42. RGB value is (234,177,66). Sum of RGB (Red+Green+Blue) = 234+177+66=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB142 is #154EBD. Grayscale: #B5B5B5. Windows color (decimal): -1396414 or 4370922. OLE color: 4370922.

HSL color Cylindrical-coordinate representation of color #EAB142: hue angle of 39.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EAB142 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 177 66 -
CMYK 0 0.24 0.72 0.08
HSL 39.64º 0.8% 0.59% -
HSV(B) 39.64º 0.72% 0.92% -
XYZ 50.64 49.33 12.01 -
YUV 181.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 234 177 66 0 0.24 0.72 0.08 39.64 0.8 0.59
Hex EA B1 42 0 18 48 8 28 50 3B
Octal 352 261 102 0 30 110 10 50 120 73
Binary 11101010 10110001 1000010 0 11000 1001000 1000 101000 1010000 111011

Color Harmonies of #EAB142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB142

Black with #EAB142

Text Example


Text Example

White with #EAB142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB142; }

 p { color: rgb(234,177,66); }

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

background-color css

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

 a { background-color: rgb(234,177,66); }

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

border-color css

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

 span { border-color: rgb(234,177,66); }

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