Html Css Color HEX #EAB741 Tulip Tree

📋 copy color: '#EAB741'

red 234 ◦ green 183 ◦ blue 65

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

Shades of Tulip Tree #EAB741

Tints of Tulip Tree #EAB741

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.97%

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 48.55%
G = 37.97%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EAB741 (or 0xEAB741) is known color: Tulip Tree. HEX triplet: EA, B7 and 41. RGB value is (234,183,65). Sum of RGB (Red+Green+Blue) = 234+183+65=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB741 is #1548BE. Grayscale: #B9B9B9. Windows color (decimal): -1394879 or 4306922. OLE color: 4306922.

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

Color convert

RGB 234 183 65 -
CMYK 0 0.22 0.72 0.08
HSL 41.89º 0.8% 0.59% -
HSV(B) 41.89º 0.72% 0.92% -
XYZ 51.82 51.74 12.26 -
YUV 184.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 234 183 65 0 0.22 0.72 0.08 41.89 0.8 0.59
Hex EA B7 41 0 16 48 8 2A 50 3B
Octal 352 267 101 0 26 110 10 52 120 73
Binary 11101010 10110111 1000001 0 10110 1001000 1000 101010 1010000 111011

Color Harmonies of #EAB741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB741

Black with #EAB741

Text Example


Text Example

White with #EAB741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB741; }

 p { color: rgb(234,183,65); }

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

background-color css

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

 a { background-color: rgb(234,183,65); }

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

border-color css

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

 span { border-color: rgb(234,183,65); }

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