Html Css Color HEX #ECB74B Ronchi

📋 copy color: '#ECB74B'

red 236 ◦ green 183 ◦ blue 75

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

Shades of Ronchi #ECB74B

Tints of Ronchi #ECB74B

RGB

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

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

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

R = 47.77%
G = 37.04%
B = 15.18%

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

#ECB74B (or 0xECB74B) is known color: Ronchi. HEX triplet: EC, B7 and 4B. RGB value is (236,183,75). Sum of RGB (Red+Green+Blue) = 236+183+75=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB74B is #1348B4. Grayscale: #BBBBBB. Windows color (decimal): -1263797 or 4962284. OLE color: 4962284.

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

Color convert

RGB 236 183 75 -
CMYK 0 0.22 0.68 0.07
HSL 40.25º 0.81% 0.61% -
HSV(B) 40.25º 0.68% 0.93% -
XYZ 52.8 52.21 13.95 -
YUV 186.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 236 183 75 0 0.22 0.68 0.07 40.25 0.81 0.61
Hex EC B7 4B 0 16 44 7 28 51 3D
Octal 354 267 113 0 26 104 7 50 121 75
Binary 11101100 10110111 1001011 0 10110 1000100 111 101000 1010001 111101

Color Harmonies of #ECB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB74B

Black with #ECB74B

Text Example


Text Example

White with #ECB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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