Html Css Color HEX #EDB843 Ronchi

📋 copy color: '#EDB843'

red 237 ◦ green 184 ◦ blue 67

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

Shades of Ronchi #EDB843

Tints of Ronchi #EDB843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.73%

R = 48.57%
G = 37.7%
B = 13.73%

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

#EDB843 (or 0xEDB843) is known color: Ronchi. HEX triplet: ED, B8 and 43. RGB value is (237,184,67). Sum of RGB (Red+Green+Blue) = 237+184+67=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB843 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB843 is #1247BC. Grayscale: #BBBBBB. Windows color (decimal): -1198013 or 4438253. OLE color: 4438253.

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

Color convert

RGB 237 184 67 -
CMYK 0 0.22 0.72 0.07
HSL 41.29º 0.83% 0.6% -
HSV(B) 41.29º 0.72% 0.93% -
XYZ 53.08 52.69 12.68 -
YUV 186.51 60.56 164.01 -
System Red Green Blue C M Y K H S L
Decimal 237 184 67 0 0.22 0.72 0.07 41.29 0.83 0.6
Hex ED B8 43 0 16 48 7 29 53 3C
Octal 355 270 103 0 26 110 7 51 123 74
Binary 11101101 10111000 1000011 0 10110 1001000 111 101001 1010011 111100

Color Harmonies of #EDB843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB843

Black with #EDB843

Text Example


Text Example

White with #EDB843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB843; }

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

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

background-color css

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

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

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

border-color css

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

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

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