Html Css Color HEX #EDAB44 Tulip Tree

📋 copy color: '#EDAB44'

red 237 ◦ green 171 ◦ blue 68

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

Shades of Tulip Tree #EDAB44

Tints of Tulip Tree #EDAB44

RGB

 RED value IS 237 (92.97% from 255) = 49.79%

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

 BLUE value IS 68 (26.95% from 255) = 14.29%

R = 49.79%
G = 35.92%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDAB44 (or 0xEDAB44) is known color: Tulip Tree. HEX triplet: ED, AB and 44. RGB value is (237,171,68). Sum of RGB (Red+Green+Blue) = 237+171+68=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB44 is #1254BB. Grayscale: #B3B3B3. Windows color (decimal): -1201340 or 4500461. OLE color: 4500461.

HSL color Cylindrical-coordinate representation of color #EDAB44: hue angle of 36.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDAB44 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 171 68 -
CMYK 0 0.28 0.71 0.07
HSL 36.57º 0.82% 0.6% -
HSV(B) 36.57º 0.71% 0.93% -
XYZ 50.53 47.55 11.98 -
YUV 178.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 237 171 68 0 0.28 0.71 0.07 36.57 0.82 0.6
Hex ED AB 44 0 1C 47 7 25 52 3C
Octal 355 253 104 0 34 107 7 45 122 74
Binary 11101101 10101011 1000100 0 11100 1000111 111 100101 1010010 111100

Color Harmonies of #EDAB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB44

Black with #EDAB44

Text Example


Text Example

White with #EDAB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB44; }

 p { color: rgb(237,171,68); }

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

background-color css

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

 a { background-color: rgb(237,171,68); }

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

border-color css

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

 span { border-color: rgb(237,171,68); }

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