Html Css Color HEX #EDB03F Tulip Tree

📋 copy color: '#EDB03F'

red 237 ◦ green 176 ◦ blue 63

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

Shades of Tulip Tree #EDB03F

Tints of Tulip Tree #EDB03F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.97%

 BLUE value IS 63 (25% from 255) = 13.24%

R = 49.79%
G = 36.97%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDB03F (or 0xEDB03F) is known color: Tulip Tree. HEX triplet: ED, B0 and 3F. RGB value is (237,176,63). Sum of RGB (Red+Green+Blue) = 237+176+63=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB03F is #124FC0. Grayscale: #B5B5B5. Windows color (decimal): -1200065 or 4174061. OLE color: 4174061.

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

Color convert

RGB 237 176 63 -
CMYK 0 0.26 0.73 0.07
HSL 38.97º 0.83% 0.59% -
HSV(B) 38.97º 0.73% 0.93% -
XYZ 51.35 49.41 11.53 -
YUV 181.36 61.21 167.69 -
System Red Green Blue C M Y K H S L
Decimal 237 176 63 0 0.26 0.73 0.07 38.97 0.83 0.59
Hex ED B0 3F 0 1A 49 7 27 53 3B
Octal 355 260 77 0 32 111 7 47 123 73
Binary 11101101 10110000 111111 0 11010 1001001 111 100111 1010011 111011

Color Harmonies of #EDB03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB03F

Black with #EDB03F

Text Example


Text Example

White with #EDB03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB03F; }

 p { color: rgb(237,176,63); }

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

background-color css

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

 a { background-color: rgb(237,176,63); }

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

border-color css

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

 span { border-color: rgb(237,176,63); }

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