Html Css Color HEX #EAB234 Tulip Tree

📋 copy color: '#EAB234'

red 234 ◦ green 178 ◦ blue 52

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

Shades of Tulip Tree #EAB234

Tints of Tulip Tree #EAB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

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

R = 50.43%
G = 38.36%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAB234 (or 0xEAB234) is known color: Tulip Tree. HEX triplet: EA, B2 and 34. RGB value is (234,178,52). Sum of RGB (Red+Green+Blue) = 234+178+52=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB234 is #154DCB. Grayscale: #B4B4B4. Windows color (decimal): -1396172 or 3453674. OLE color: 3453674.

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

Color convert

RGB 234 178 52 -
CMYK 0 0.24 0.78 0.08
HSL 41.54º 0.81% 0.56% -
HSV(B) 41.54º 0.78% 0.92% -
XYZ 50.47 49.58 10.16 -
YUV 180.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 234 178 52 0 0.24 0.78 0.08 41.54 0.81 0.56
Hex EA B2 34 0 18 4E 8 2A 51 38
Octal 352 262 64 0 30 116 10 52 121 70
Binary 11101010 10110010 110100 0 11000 1001110 1000 101010 1010001 111000

Color Harmonies of #EAB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB234

Black with #EAB234

Text Example


Text Example

White with #EAB234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB234; }

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

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

background-color css

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

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

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

border-color css

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

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

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