Html Css Color HEX #EDB83E Tulip Tree

📋 copy color: '#EDB83E'

red 237 ◦ green 184 ◦ blue 62

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

Shades of Tulip Tree #EDB83E

Tints of Tulip Tree #EDB83E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

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

R = 49.07%
G = 38.1%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDB83E (or 0xEDB83E) is known color: Tulip Tree. HEX triplet: ED, B8 and 3E. RGB value is (237,184,62). Sum of RGB (Red+Green+Blue) = 237+184+62=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB83E is #1247C1. Grayscale: #BABABA. Windows color (decimal): -1198018 or 4110573. OLE color: 4110573.

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

Color convert

RGB 237 184 62 -
CMYK 0 0.22 0.74 0.07
HSL 41.83º 0.83% 0.59% -
HSV(B) 41.83º 0.74% 0.93% -
XYZ 52.94 52.63 11.93 -
YUV 185.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 237 184 62 0 0.22 0.74 0.07 41.83 0.83 0.59
Hex ED B8 3E 0 16 4A 7 2A 53 3B
Octal 355 270 76 0 26 112 7 52 123 73
Binary 11101101 10111000 111110 0 10110 1001010 111 101010 1010011 111011

Color Harmonies of #EDB83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB83E

Black with #EDB83E

Text Example


Text Example

White with #EDB83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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