Html Css Color HEX #EDB64E Ronchi

📋 copy color: '#EDB64E'

red 237 ◦ green 182 ◦ blue 78

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

Shades of Ronchi #EDB64E

Tints of Ronchi #EDB64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.69%

R = 47.69%
G = 36.62%
B = 15.69%

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

#EDB64E (or 0xEDB64E) is known color: Ronchi. HEX triplet: ED, B6 and 4E. RGB value is (237,182,78). Sum of RGB (Red+Green+Blue) = 237+182+78=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB64E is #1249B1. Grayscale: #BBBBBB. Windows color (decimal): -1198514 or 5158637. OLE color: 5158637.

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

Color convert

RGB 237 182 78 -
CMYK 0 0.23 0.67 0.07
HSL 39.25º 0.82% 0.62% -
HSV(B) 39.25º 0.67% 0.93% -
XYZ 53.03 52.01 14.45 -
YUV 186.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 237 182 78 0 0.23 0.67 0.07 39.25 0.82 0.62
Hex ED B6 4E 0 17 43 7 27 52 3E
Octal 355 266 116 0 27 103 7 47 122 76
Binary 11101101 10110110 1001110 0 10111 1000011 111 100111 1010010 111110

Color Harmonies of #EDB64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB64E

Black with #EDB64E

Text Example


Text Example

White with #EDB64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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