Html Css Color HEX #EDB03B Tulip Tree

📋 copy color: '#EDB03B'

red 237 ◦ green 176 ◦ blue 59

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

Shades of Tulip Tree #EDB03B

Tints of Tulip Tree #EDB03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.5%

R = 50.21%
G = 37.29%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDB03B (or 0xEDB03B) is known color: Tulip Tree. HEX triplet: ED, B0 and 3B. RGB value is (237,176,59). Sum of RGB (Red+Green+Blue) = 237+176+59=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB03B is #124FC4. Grayscale: #B5B5B5. Windows color (decimal): -1200069 or 3911917. OLE color: 3911917.

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

Color convert

RGB 237 176 59 -
CMYK 0 0.26 0.75 0.07
HSL 39.44º 0.83% 0.58% -
HSV(B) 39.44º 0.75% 0.93% -
XYZ 51.24 49.37 10.97 -
YUV 180.9 59.21 168.01 -
System Red Green Blue C M Y K H S L
Decimal 237 176 59 0 0.26 0.75 0.07 39.44 0.83 0.58
Hex ED B0 3B 0 1A 4B 7 27 53 3A
Octal 355 260 73 0 32 113 7 47 123 72
Binary 11101101 10110000 111011 0 11010 1001011 111 100111 1010011 111010

Color Harmonies of #EDB03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB03B

Black with #EDB03B

Text Example


Text Example

White with #EDB03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB03B; }

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

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

background-color css

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

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

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

border-color css

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

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

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