Html Css Color HEX #EDB245 Tulip Tree

📋 copy color: '#EDB245'

red 237 ◦ green 178 ◦ blue 69

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

Shades of Tulip Tree #EDB245

Tints of Tulip Tree #EDB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

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

R = 48.97%
G = 36.78%
B = 14.26%

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

#EDB245 (or 0xEDB245) is known color: Tulip Tree. HEX triplet: ED, B2 and 45. RGB value is (237,178,69). Sum of RGB (Red+Green+Blue) = 237+178+69=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB245 is #124DBA. Grayscale: #B7B7B7. Windows color (decimal): -1199547 or 4567789. OLE color: 4567789.

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

Color convert

RGB 237 178 69 -
CMYK 0 0.25 0.71 0.07
HSL 38.93º 0.82% 0.6% -
HSV(B) 38.93º 0.71% 0.93% -
XYZ 51.92 50.27 12.6 -
YUV 183.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 237 178 69 0 0.25 0.71 0.07 38.93 0.82 0.6
Hex ED B2 45 0 19 47 7 27 52 3C
Octal 355 262 105 0 31 107 7 47 122 74
Binary 11101101 10110010 1000101 0 11001 1000111 111 100111 1010010 111100

Color Harmonies of #EDB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB245

Black with #EDB245

Text Example


Text Example

White with #EDB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB245; }

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

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

background-color css

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

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

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

border-color css

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

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

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