Html Css Color HEX #EDB754 Ronchi

📋 copy color: '#EDB754'

red 237 ◦ green 183 ◦ blue 84

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

Shades of Ronchi #EDB754

Tints of Ronchi #EDB754

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.31%

 BLUE value IS 84 (33.2% from 255) = 16.67%

R = 47.02%
G = 36.31%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB754 (or 0xEDB754) is known color: Ronchi. HEX triplet: ED, B7 and 54. RGB value is (237,183,84). Sum of RGB (Red+Green+Blue) = 237+183+84=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 84 (33.20% from 255 or 16.67% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB754 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB754 is #1248AB. Grayscale: #BCBCBC. Windows color (decimal): -1198252 or 5552109. OLE color: 5552109.

HSL color Cylindrical-coordinate representation of color #EDB754: hue angle of 38.82º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDB754 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 84 -
CMYK 0 0.23 0.65 0.07
HSL 38.82º 0.81% 0.63% -
HSV(B) 38.82º 0.65% 0.93% -
XYZ 53.46 52.51 15.71 -
YUV 187.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 237 183 84 0 0.23 0.65 0.07 38.82 0.81 0.63
Hex ED B7 54 0 17 41 7 27 51 3F
Octal 355 267 124 0 27 101 7 47 121 77
Binary 11101101 10110111 1010100 0 10111 1000001 111 100111 1010001 111111

Color Harmonies of #EDB754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB754

Black with #EDB754

Text Example


Text Example

White with #EDB754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB754; }

 p { color: rgb(237,183,84); }

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

background-color css

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

 a { background-color: rgb(237,183,84); }

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

border-color css

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

 span { border-color: rgb(237,183,84); }

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