Html Css Color HEX #EDB145 Tulip Tree

📋 copy color: '#EDB145'

red 237 ◦ green 177 ◦ blue 69

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

Shades of Tulip Tree #EDB145

Tints of Tulip Tree #EDB145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.29%

R = 49.07%
G = 36.65%
B = 14.29%

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

#EDB145 (or 0xEDB145) is known color: Tulip Tree. HEX triplet: ED, B1 and 45. RGB value is (237,177,69). Sum of RGB (Red+Green+Blue) = 237+177+69=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB145 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB145 is #124EBA. Grayscale: #B7B7B7. Windows color (decimal): -1199803 or 4567533. OLE color: 4567533.

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

Color convert

RGB 237 177 69 -
CMYK 0 0.25 0.71 0.07
HSL 38.57º 0.82% 0.6% -
HSV(B) 38.57º 0.71% 0.93% -
XYZ 51.72 49.88 12.53 -
YUV 182.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 237 177 69 0 0.25 0.71 0.07 38.57 0.82 0.6
Hex ED B1 45 0 19 47 7 27 52 3C
Octal 355 261 105 0 31 107 7 47 122 74
Binary 11101101 10110001 1000101 0 11001 1000111 111 100111 1010010 111100

Color Harmonies of #EDB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB145

Black with #EDB145

Text Example


Text Example

White with #EDB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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