Html Css Color HEX #EDB135 Tulip Tree

📋 copy color: '#EDB135'

red 237 ◦ green 177 ◦ blue 53

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

Shades of Tulip Tree #EDB135

Tints of Tulip Tree #EDB135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.35%

R = 50.75%
G = 37.9%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDB135 (or 0xEDB135) is known color: Tulip Tree. HEX triplet: ED, B1 and 35. RGB value is (237,177,53). Sum of RGB (Red+Green+Blue) = 237+177+53=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB135 is #124ECA. Grayscale: #B5B5B5. Windows color (decimal): -1199819 or 3518957. OLE color: 3518957.

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

Color convert

RGB 237 177 53 -
CMYK 0 0.25 0.78 0.07
HSL 40.43º 0.84% 0.57% -
HSV(B) 40.43º 0.78% 0.93% -
XYZ 51.29 49.71 10.26 -
YUV 180.8 55.88 168.08 -
System Red Green Blue C M Y K H S L
Decimal 237 177 53 0 0.25 0.78 0.07 40.43 0.84 0.57
Hex ED B1 35 0 19 4E 7 28 54 39
Octal 355 261 65 0 31 116 7 50 124 71
Binary 11101101 10110001 110101 0 11001 1001110 111 101000 1010100 111001

Color Harmonies of #EDB135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB135

Black with #EDB135

Text Example


Text Example

White with #EDB135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB135; }

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

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

background-color css

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

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

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

border-color css

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

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

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