Html Css Color HEX #EDB342 Tulip Tree

📋 copy color: '#EDB342'

red 237 ◦ green 179 ◦ blue 66

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

Shades of Tulip Tree #EDB342

Tints of Tulip Tree #EDB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

 BLUE value IS 66 (26.17% from 255) = 13.69%

R = 49.17%
G = 37.14%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDB342 (or 0xEDB342) is known color: Tulip Tree. HEX triplet: ED, B3 and 42. RGB value is (237,179,66). Sum of RGB (Red+Green+Blue) = 237+179+66=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB342 is #124CBD. Grayscale: #B7B7B7. Windows color (decimal): -1199294 or 4371437. OLE color: 4371437.

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

Color convert

RGB 237 179 66 -
CMYK 0 0.24 0.72 0.07
HSL 39.65º 0.83% 0.59% -
HSV(B) 39.65º 0.72% 0.93% -
XYZ 52.03 50.64 12.19 -
YUV 183.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 237 179 66 0 0.24 0.72 0.07 39.65 0.83 0.59
Hex ED B3 42 0 18 48 7 28 53 3B
Octal 355 263 102 0 30 110 7 50 123 73
Binary 11101101 10110011 1000010 0 11000 1001000 111 101000 1010011 111011

Color Harmonies of #EDB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB342

Black with #EDB342

Text Example


Text Example

White with #EDB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB342; }

 p { color: rgb(237,179,66); }

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

background-color css

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

 a { background-color: rgb(237,179,66); }

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

border-color css

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

 span { border-color: rgb(237,179,66); }

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