Html Css Color HEX #EDA83B Tulip Tree

📋 copy color: '#EDA83B'

red 237 ◦ green 168 ◦ blue 59

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

Shades of Tulip Tree #EDA83B

Tints of Tulip Tree #EDA83B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.21%

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

R = 51.08%
G = 36.21%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDA83B (or 0xEDA83B) is known color: Tulip Tree. HEX triplet: ED, A8 and 3B. RGB value is (237,168,59). Sum of RGB (Red+Green+Blue) = 237+168+59=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA83B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA83B is #1257C4. Grayscale: #B0B0B0. Windows color (decimal): -1202117 or 3909869. OLE color: 3909869.

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

Color convert

RGB 237 168 59 -
CMYK 0 0.29 0.75 0.07
HSL 36.74º 0.83% 0.58% -
HSV(B) 36.74º 0.75% 0.93% -
XYZ 49.72 46.33 10.46 -
YUV 176.21 61.86 171.36 -
System Red Green Blue C M Y K H S L
Decimal 237 168 59 0 0.29 0.75 0.07 36.74 0.83 0.58
Hex ED A8 3B 0 1D 4B 7 25 53 3A
Octal 355 250 73 0 35 113 7 45 123 72
Binary 11101101 10101000 111011 0 11101 1001011 111 100101 1010011 111010

Color Harmonies of #EDA83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA83B

Black with #EDA83B

Text Example


Text Example

White with #EDA83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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