Html Css Color HEX #EDB942 Ronchi

📋 copy color: '#EDB942'

red 237 ◦ green 185 ◦ blue 66

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

Shades of Ronchi #EDB942

Tints of Ronchi #EDB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 48.57%
G = 37.91%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDB942 (or 0xEDB942) is known color: Ronchi. HEX triplet: ED, B9 and 42. RGB value is (237,185,66). Sum of RGB (Red+Green+Blue) = 237+185+66=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB942 is #1246BD. Grayscale: #BBBBBB. Windows color (decimal): -1197758 or 4372973. OLE color: 4372973.

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

Color convert

RGB 237 185 66 -
CMYK 0 0.22 0.72 0.07
HSL 41.75º 0.83% 0.59% -
HSV(B) 41.75º 0.72% 0.93% -
XYZ 53.26 53.1 12.6 -
YUV 186.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 237 185 66 0 0.22 0.72 0.07 41.75 0.83 0.59
Hex ED B9 42 0 16 48 7 2A 53 3B
Octal 355 271 102 0 26 110 7 52 123 73
Binary 11101101 10111001 1000010 0 10110 1001000 111 101010 1010011 111011

Color Harmonies of #EDB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB942

Black with #EDB942

Text Example


Text Example

White with #EDB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB942; }

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

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

background-color css

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

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

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

border-color css

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

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

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