Html Css Color HEX #EDB044 Tulip Tree

📋 copy color: '#EDB044'

red 237 ◦ green 176 ◦ blue 68

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

Shades of Tulip Tree #EDB044

Tints of Tulip Tree #EDB044

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.59%

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

R = 49.27%
G = 36.59%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDB044 (or 0xEDB044) is known color: Tulip Tree. HEX triplet: ED, B0 and 44. RGB value is (237,176,68). Sum of RGB (Red+Green+Blue) = 237+176+68=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB044 is #124FBB. Grayscale: #B6B6B6. Windows color (decimal): -1200060 or 4501741. OLE color: 4501741.

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

Color convert

RGB 237 176 68 -
CMYK 0 0.26 0.71 0.07
HSL 38.34º 0.82% 0.6% -
HSV(B) 38.34º 0.71% 0.93% -
XYZ 51.49 49.47 12.3 -
YUV 181.93 63.71 167.28 -
System Red Green Blue C M Y K H S L
Decimal 237 176 68 0 0.26 0.71 0.07 38.34 0.82 0.6
Hex ED B0 44 0 1A 47 7 26 52 3C
Octal 355 260 104 0 32 107 7 46 122 74
Binary 11101101 10110000 1000100 0 11010 1000111 111 100110 1010010 111100

Color Harmonies of #EDB044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB044

Black with #EDB044

Text Example


Text Example

White with #EDB044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB044; }

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

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

background-color css

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

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

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

border-color css

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

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

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