Html Css Color HEX #EDB335 Tulip Tree

📋 copy color: '#EDB335'

red 237 ◦ green 179 ◦ blue 53

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

Shades of Tulip Tree #EDB335

Tints of Tulip Tree #EDB335

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.17%

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

R = 50.53%
G = 38.17%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDB335 (or 0xEDB335) is known color: Tulip Tree. HEX triplet: ED, B3 and 35. RGB value is (237,179,53). Sum of RGB (Red+Green+Blue) = 237+179+53=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB335 is #124CCA. Grayscale: #B6B6B6. Windows color (decimal): -1199307 or 3519469. OLE color: 3519469.

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

Color convert

RGB 237 179 53 -
CMYK 0 0.24 0.78 0.07
HSL 41.09º 0.84% 0.57% -
HSV(B) 41.09º 0.78% 0.93% -
XYZ 51.69 50.5 10.39 -
YUV 181.98 55.22 167.25 -
System Red Green Blue C M Y K H S L
Decimal 237 179 53 0 0.24 0.78 0.07 41.09 0.84 0.57
Hex ED B3 35 0 18 4E 7 29 54 39
Octal 355 263 65 0 30 116 7 51 124 71
Binary 11101101 10110011 110101 0 11000 1001110 111 101001 1010100 111001

Color Harmonies of #EDB335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB335

Black with #EDB335

Text Example


Text Example

White with #EDB335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB335; }

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

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

background-color css

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

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

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

border-color css

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

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

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