Html Css Color HEX #EDB444 Tulip Tree

📋 copy color: '#EDB444'

red 237 ◦ green 180 ◦ blue 68

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

Shades of Tulip Tree #EDB444

Tints of Tulip Tree #EDB444

RGB

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

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

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

R = 48.87%
G = 37.11%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDB444 (or 0xEDB444) is known color: Tulip Tree. HEX triplet: ED, B4 and 44. RGB value is (237,180,68). Sum of RGB (Red+Green+Blue) = 237+180+68=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB444 is #124BBB. Grayscale: #B8B8B8. Windows color (decimal): -1199036 or 4502765. OLE color: 4502765.

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

Color convert

RGB 237 180 68 -
CMYK 0 0.24 0.71 0.07
HSL 39.76º 0.82% 0.6% -
HSV(B) 39.76º 0.71% 0.93% -
XYZ 52.29 51.06 12.57 -
YUV 184.28 62.38 165.61 -
System Red Green Blue C M Y K H S L
Decimal 237 180 68 0 0.24 0.71 0.07 39.76 0.82 0.6
Hex ED B4 44 0 18 47 7 28 52 3C
Octal 355 264 104 0 30 107 7 50 122 74
Binary 11101101 10110100 1000100 0 11000 1000111 111 101000 1010010 111100

Color Harmonies of #EDB444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB444

Black with #EDB444

Text Example


Text Example

White with #EDB444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB444; }

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

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

background-color css

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

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

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

border-color css

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

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

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