Html Css Color HEX #EDB13E Tulip Tree

📋 copy color: '#EDB13E'

red 237 ◦ green 177 ◦ blue 62

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

Shades of Tulip Tree #EDB13E

Tints of Tulip Tree #EDB13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.03%

R = 49.79%
G = 37.18%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDB13E (or 0xEDB13E) is known color: Tulip Tree. HEX triplet: ED, B1 and 3E. RGB value is (237,177,62). Sum of RGB (Red+Green+Blue) = 237+177+62=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB13E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB13E is #124EC1. Grayscale: #B6B6B6. Windows color (decimal): -1199810 or 4108781. OLE color: 4108781.

HSL color Cylindrical-coordinate representation of color #EDB13E: hue angle of 39.43º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDB13E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 62 -
CMYK 0 0.25 0.74 0.07
HSL 39.43º 0.83% 0.59% -
HSV(B) 39.43º 0.74% 0.93% -
XYZ 51.52 49.8 11.45 -
YUV 181.83 60.38 167.35 -
System Red Green Blue C M Y K H S L
Decimal 237 177 62 0 0.25 0.74 0.07 39.43 0.83 0.59
Hex ED B1 3E 0 19 4A 7 27 53 3B
Octal 355 261 76 0 31 112 7 47 123 73
Binary 11101101 10110001 111110 0 11001 1001010 111 100111 1010011 111011

Color Harmonies of #EDB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB13E

Black with #EDB13E

Text Example


Text Example

White with #EDB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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