Html Css Color HEX #EDB43E Tulip Tree

📋 copy color: '#EDB43E'

red 237 ◦ green 180 ◦ blue 62

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

Shades of Tulip Tree #EDB43E

Tints of Tulip Tree #EDB43E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

 BLUE value IS 62 (24.61% from 255) = 12.94%

R = 49.48%
G = 37.58%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDB43E (or 0xEDB43E) is known color: Tulip Tree. HEX triplet: ED, B4 and 3E. RGB value is (237,180,62). Sum of RGB (Red+Green+Blue) = 237+180+62=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB43E is #124BC1. Grayscale: #B8B8B8. Windows color (decimal): -1199042 or 4109549. OLE color: 4109549.

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

Color convert

RGB 237 180 62 -
CMYK 0 0.24 0.74 0.07
HSL 40.46º 0.83% 0.59% -
HSV(B) 40.46º 0.74% 0.93% -
XYZ 52.12 50.99 11.65 -
YUV 183.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 237 180 62 0 0.24 0.74 0.07 40.46 0.83 0.59
Hex ED B4 3E 0 18 4A 7 28 53 3B
Octal 355 264 76 0 30 112 7 50 123 73
Binary 11101101 10110100 111110 0 11000 1001010 111 101000 1010011 111011

Color Harmonies of #EDB43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB43E

Black with #EDB43E

Text Example


Text Example

White with #EDB43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB43E; }

 p { color: rgb(237,180,62); }

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

background-color css

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

 a { background-color: rgb(237,180,62); }

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

border-color css

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

 span { border-color: rgb(237,180,62); }

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