Html Css Color HEX #EAAB34 Tulip Tree

📋 copy color: '#EAAB34'

red 234 ◦ green 171 ◦ blue 52

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

Shades of Tulip Tree #EAAB34

Tints of Tulip Tree #EAAB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.38%

R = 51.2%
G = 37.42%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAAB34 (or 0xEAAB34) is known color: Tulip Tree. HEX triplet: EA, AB and 34. RGB value is (234,171,52). Sum of RGB (Red+Green+Blue) = 234+171+52=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAB34 is #1554CB. Grayscale: #B0B0B0. Windows color (decimal): -1397964 or 3451882. OLE color: 3451882.

HSL color Cylindrical-coordinate representation of color #EAAB34: hue angle of 39.23º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAAB34 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 171 52 -
CMYK 0 0.27 0.78 0.08
HSL 39.23º 0.81% 0.56% -
HSV(B) 39.23º 0.78% 0.92% -
XYZ 49.11 46.87 9.71 -
YUV 176.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 234 171 52 0 0.27 0.78 0.08 39.23 0.81 0.56
Hex EA AB 34 0 1B 4E 8 27 51 38
Octal 352 253 64 0 33 116 10 47 121 70
Binary 11101010 10101011 110100 0 11011 1001110 1000 100111 1010001 111000

Color Harmonies of #EAAB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAB34

Black with #EAAB34

Text Example


Text Example

White with #EAAB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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