Html Css Color HEX #EAB442 Tulip Tree

📋 copy color: '#EAB442'

red 234 ◦ green 180 ◦ blue 66

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

Shades of Tulip Tree #EAB442

Tints of Tulip Tree #EAB442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

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

R = 48.75%
G = 37.5%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAB442 (or 0xEAB442) is known color: Tulip Tree. HEX triplet: EA, B4 and 42. RGB value is (234,180,66). Sum of RGB (Red+Green+Blue) = 234+180+66=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB442 is #154BBD. Grayscale: #B7B7B7. Windows color (decimal): -1395646 or 4371690. OLE color: 4371690.

HSL color Cylindrical-coordinate representation of color #EAB442: hue angle of 40.71º 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 #EAB442 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 66 -
CMYK 0 0.23 0.72 0.08
HSL 40.71º 0.8% 0.59% -
HSV(B) 40.71º 0.72% 0.92% -
XYZ 51.24 50.53 12.21 -
YUV 183.15 61.89 164.27 -
System Red Green Blue C M Y K H S L
Decimal 234 180 66 0 0.23 0.72 0.08 40.71 0.8 0.59
Hex EA B4 42 0 17 48 8 29 50 3B
Octal 352 264 102 0 27 110 10 51 120 73
Binary 11101010 10110100 1000010 0 10111 1001000 1000 101001 1010000 111011

Color Harmonies of #EAB442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB442

Black with #EAB442

Text Example


Text Example

White with #EAB442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB442; }

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

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

background-color css

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

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

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

border-color css

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

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

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