Html Css Color HEX #EDB043 Tulip Tree

📋 copy color: '#EDB043'

red 237 ◦ green 176 ◦ blue 67

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

Shades of Tulip Tree #EDB043

Tints of Tulip Tree #EDB043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.96%

R = 49.38%
G = 36.67%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDB043 (or 0xEDB043) is known color: Tulip Tree. HEX triplet: ED, B0 and 43. RGB value is (237,176,67). Sum of RGB (Red+Green+Blue) = 237+176+67=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 67 (26.56% from 255 or 13.96% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB043 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB043 is #124FBC. Grayscale: #B6B6B6. Windows color (decimal): -1200061 or 4436205. OLE color: 4436205.

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

Color convert

RGB 237 176 67 -
CMYK 0 0.26 0.72 0.07
HSL 38.47º 0.83% 0.6% -
HSV(B) 38.47º 0.72% 0.93% -
XYZ 51.46 49.46 12.14 -
YUV 181.81 63.21 167.36 -
System Red Green Blue C M Y K H S L
Decimal 237 176 67 0 0.26 0.72 0.07 38.47 0.83 0.6
Hex ED B0 43 0 1A 48 7 26 53 3C
Octal 355 260 103 0 32 110 7 46 123 74
Binary 11101101 10110000 1000011 0 11010 1001000 111 100110 1010011 111100

Color Harmonies of #EDB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB043

Black with #EDB043

Text Example


Text Example

White with #EDB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB043; }

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

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

background-color css

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

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

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

border-color css

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

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

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