Html Css Color HEX #ECB74C Ronchi

📋 copy color: '#ECB74C'

red 236 ◦ green 183 ◦ blue 76

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

Shades of Ronchi #ECB74C

Tints of Ronchi #ECB74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.35%

R = 47.68%
G = 36.97%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECB74C (or 0xECB74C) is known color: Ronchi. HEX triplet: EC, B7 and 4C. RGB value is (236,183,76). Sum of RGB (Red+Green+Blue) = 236+183+76=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB74C is #1348B3. Grayscale: #BBBBBB. Windows color (decimal): -1263796 or 5027820. OLE color: 5027820.

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

Color convert

RGB 236 183 76 -
CMYK 0 0.22 0.68 0.07
HSL 40.13º 0.81% 0.61% -
HSV(B) 40.13º 0.68% 0.93% -
XYZ 52.83 52.22 14.13 -
YUV 186.65 65.56 163.2 -
System Red Green Blue C M Y K H S L
Decimal 236 183 76 0 0.22 0.68 0.07 40.13 0.81 0.61
Hex EC B7 4C 0 16 44 7 28 51 3D
Octal 354 267 114 0 26 104 7 50 121 75
Binary 11101100 10110111 1001100 0 10110 1000100 111 101000 1010001 111101

Color Harmonies of #ECB74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB74C

Black with #ECB74C

Text Example


Text Example

White with #ECB74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB74C; }

 p { color: rgb(236,183,76); }

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

background-color css

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

 a { background-color: rgb(236,183,76); }

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

border-color css

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

 span { border-color: rgb(236,183,76); }

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