Html Css Color HEX #EDAC3C Tulip Tree

📋 copy color: '#EDAC3C'

red 237 ◦ green 172 ◦ blue 60

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

Shades of Tulip Tree #EDAC3C

Tints of Tulip Tree #EDAC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.67%

 BLUE value IS 60 (23.83% from 255) = 12.79%

R = 50.53%
G = 36.67%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDAC3C (or 0xEDAC3C) is known color: Tulip Tree. HEX triplet: ED, AC and 3C. RGB value is (237,172,60). Sum of RGB (Red+Green+Blue) = 237+172+60=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC3C is #1253C3. Grayscale: #B3B3B3. Windows color (decimal): -1201092 or 3976429. OLE color: 3976429.

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

Color convert

RGB 237 172 60 -
CMYK 0 0.27 0.75 0.07
HSL 37.97º 0.83% 0.58% -
HSV(B) 37.97º 0.75% 0.93% -
XYZ 50.49 47.84 10.85 -
YUV 178.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 237 172 60 0 0.27 0.75 0.07 37.97 0.83 0.58
Hex ED AC 3C 0 1B 4B 7 26 53 3A
Octal 355 254 74 0 33 113 7 46 123 72
Binary 11101101 10101100 111100 0 11011 1001011 111 100110 1010011 111010

Color Harmonies of #EDAC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC3C

Black with #EDAC3C

Text Example


Text Example

White with #EDAC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC3C; }

 p { color: rgb(237,172,60); }

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

background-color css

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

 a { background-color: rgb(237,172,60); }

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

border-color css

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

 span { border-color: rgb(237,172,60); }

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