Html Css Color HEX #EDB64F Ronchi

📋 copy color: '#EDB64F'

red 237 ◦ green 182 ◦ blue 79

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

Shades of Ronchi #EDB64F

Tints of Ronchi #EDB64F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.55%

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

R = 47.59%
G = 36.55%
B = 15.86%

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

#EDB64F (or 0xEDB64F) is known color: Ronchi. HEX triplet: ED, B6 and 4F. RGB value is (237,182,79). Sum of RGB (Red+Green+Blue) = 237+182+79=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB64F is #1249B0. Grayscale: #BBBBBB. Windows color (decimal): -1198513 or 5224173. OLE color: 5224173.

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

Color convert

RGB 237 182 79 -
CMYK 0 0.23 0.67 0.07
HSL 39.11º 0.81% 0.62% -
HSV(B) 39.11º 0.67% 0.93% -
XYZ 53.06 52.02 14.64 -
YUV 186.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 237 182 79 0 0.23 0.67 0.07 39.11 0.81 0.62
Hex ED B6 4F 0 17 43 7 27 51 3E
Octal 355 266 117 0 27 103 7 47 121 76
Binary 11101101 10110110 1001111 0 10111 1000011 111 100111 1010001 111110

Color Harmonies of #EDB64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB64F

Black with #EDB64F

Text Example


Text Example

White with #EDB64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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