Html Css Color HEX #ECB64D Ronchi

📋 copy color: '#ECB64D'

red 236 ◦ green 182 ◦ blue 77

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

Shades of Ronchi #ECB64D

Tints of Ronchi #ECB64D

RGB

 RED value IS 236 (92.58% from 255) = 47.68%

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

 BLUE value IS 77 (30.47% from 255) = 15.56%

R = 47.68%
G = 36.77%
B = 15.56%

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

#ECB64D (or 0xECB64D) is known color: Ronchi. HEX triplet: EC, B6 and 4D. RGB value is (236,182,77). Sum of RGB (Red+Green+Blue) = 236+182+77=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB64D is #1349B2. Grayscale: #BABABA. Windows color (decimal): -1264051 or 5093100. OLE color: 5093100.

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

Color convert

RGB 236 182 77 -
CMYK 0 0.23 0.67 0.07
HSL 39.62º 0.81% 0.61% -
HSV(B) 39.62º 0.67% 0.93% -
XYZ 52.66 51.82 14.25 -
YUV 186.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 236 182 77 0 0.23 0.67 0.07 39.62 0.81 0.61
Hex EC B6 4D 0 17 43 7 28 51 3D
Octal 354 266 115 0 27 103 7 50 121 75
Binary 11101100 10110110 1001101 0 10111 1000011 111 101000 1010001 111101

Color Harmonies of #ECB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB64D

Black with #ECB64D

Text Example


Text Example

White with #ECB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB64D; }

 p { color: rgb(236,182,77); }

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

background-color css

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

 a { background-color: rgb(236,182,77); }

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

border-color css

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

 span { border-color: rgb(236,182,77); }

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