Html Css Color HEX #ECB64B Ronchi

📋 copy color: '#ECB64B'

red 236 ◦ green 182 ◦ blue 75

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

Shades of Ronchi #ECB64B

Tints of Ronchi #ECB64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.21%

R = 47.87%
G = 36.92%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECB64B (or 0xECB64B) is known color: Ronchi. HEX triplet: EC, B6 and 4B. RGB value is (236,182,75). Sum of RGB (Red+Green+Blue) = 236+182+75=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB64B is #1349B4. Grayscale: #BABABA. Windows color (decimal): -1264053 or 4962028. OLE color: 4962028.

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

Color convert

RGB 236 182 75 -
CMYK 0 0.23 0.68 0.07
HSL 39.88º 0.81% 0.61% -
HSV(B) 39.88º 0.68% 0.93% -
XYZ 52.59 51.8 13.88 -
YUV 185.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 236 182 75 0 0.23 0.68 0.07 39.88 0.81 0.61
Hex EC B6 4B 0 17 44 7 28 51 3D
Octal 354 266 113 0 27 104 7 50 121 75
Binary 11101100 10110110 1001011 0 10111 1000100 111 101000 1010001 111101

Color Harmonies of #ECB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB64B

Black with #ECB64B

Text Example


Text Example

White with #ECB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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