Html Css Color HEX #EDB235 Tulip Tree

📋 copy color: '#EDB235'

red 237 ◦ green 178 ◦ blue 53

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

Shades of Tulip Tree #EDB235

Tints of Tulip Tree #EDB235

RGB

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

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

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

R = 50.64%
G = 38.03%
B = 11.32%

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

#EDB235 (or 0xEDB235) is known color: Tulip Tree. HEX triplet: ED, B2 and 35. RGB value is (237,178,53). Sum of RGB (Red+Green+Blue) = 237+178+53=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB235 is #124DCA. Grayscale: #B5B5B5. Windows color (decimal): -1199563 or 3519213. OLE color: 3519213.

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

Color convert

RGB 237 178 53 -
CMYK 0 0.25 0.78 0.07
HSL 40.76º 0.84% 0.57% -
HSV(B) 40.76º 0.78% 0.93% -
XYZ 51.49 50.1 10.33 -
YUV 181.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 237 178 53 0 0.25 0.78 0.07 40.76 0.84 0.57
Hex ED B2 35 0 19 4E 7 29 54 39
Octal 355 262 65 0 31 116 7 51 124 71
Binary 11101101 10110010 110101 0 11001 1001110 111 101001 1010100 111001

Color Harmonies of #EDB235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB235

Black with #EDB235

Text Example


Text Example

White with #EDB235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB235; }

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

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

background-color css

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

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

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

border-color css

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

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

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