Html Css Color HEX #EDB144 Tulip Tree

📋 copy color: '#EDB144'

red 237 ◦ green 177 ◦ blue 68

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

Shades of Tulip Tree #EDB144

Tints of Tulip Tree #EDB144

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.72%

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

R = 49.17%
G = 36.72%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EDB144 (or 0xEDB144) is known color: Tulip Tree. HEX triplet: ED, B1 and 44. RGB value is (237,177,68). Sum of RGB (Red+Green+Blue) = 237+177+68=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB144 is #124EBB. Grayscale: #B7B7B7. Windows color (decimal): -1199804 or 4501997. OLE color: 4501997.

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

Color convert

RGB 237 177 68 -
CMYK 0 0.25 0.71 0.07
HSL 38.7º 0.82% 0.6% -
HSV(B) 38.7º 0.71% 0.93% -
XYZ 51.69 49.87 12.37 -
YUV 182.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 237 177 68 0 0.25 0.71 0.07 38.7 0.82 0.6
Hex ED B1 44 0 19 47 7 27 52 3C
Octal 355 261 104 0 31 107 7 47 122 74
Binary 11101101 10110001 1000100 0 11001 1000111 111 100111 1010010 111100

Color Harmonies of #EDB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB144

Black with #EDB144

Text Example


Text Example

White with #EDB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB144; }

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

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

background-color css

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

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

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

border-color css

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

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

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