Html Css Color HEX #EDB74F Ronchi

📋 copy color: '#EDB74F'

red 237 ◦ green 183 ◦ blue 79

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

Shades of Ronchi #EDB74F

Tints of Ronchi #EDB74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.83%

R = 47.49%
G = 36.67%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDB74F (or 0xEDB74F) is known color: Ronchi. HEX triplet: ED, B7 and 4F. RGB value is (237,183,79). Sum of RGB (Red+Green+Blue) = 237+183+79=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB74F is #1248B0. Grayscale: #BBBBBB. Windows color (decimal): -1198257 or 5224429. OLE color: 5224429.

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

Color convert

RGB 237 183 79 -
CMYK 0 0.23 0.67 0.07
HSL 39.49º 0.81% 0.62% -
HSV(B) 39.49º 0.67% 0.93% -
XYZ 53.27 52.44 14.71 -
YUV 187.29 66.89 163.46 -
System Red Green Blue C M Y K H S L
Decimal 237 183 79 0 0.23 0.67 0.07 39.49 0.81 0.62
Hex ED B7 4F 0 17 43 7 27 51 3E
Octal 355 267 117 0 27 103 7 47 121 76
Binary 11101101 10110111 1001111 0 10111 1000011 111 100111 1010001 111110

Color Harmonies of #EDB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB74F

Black with #EDB74F

Text Example


Text Example

White with #EDB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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