Html Css Color HEX #ECB34B Ronchi

📋 copy color: '#ECB34B'

red 236 ◦ green 179 ◦ blue 75

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

Shades of Ronchi #ECB34B

Tints of Ronchi #ECB34B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

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

R = 48.16%
G = 36.53%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECB34B (or 0xECB34B) is known color: Ronchi. HEX triplet: EC, B3 and 4B. RGB value is (236,179,75). Sum of RGB (Red+Green+Blue) = 236+179+75=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB34B is #134CB4. Grayscale: #B8B8B8. Windows color (decimal): -1264821 or 4961260. OLE color: 4961260.

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

Color convert

RGB 236 179 75 -
CMYK 0 0.24 0.68 0.07
HSL 38.76º 0.81% 0.61% -
HSV(B) 38.76º 0.68% 0.93% -
XYZ 51.98 50.58 13.68 -
YUV 184.19 66.38 164.96 -
System Red Green Blue C M Y K H S L
Decimal 236 179 75 0 0.24 0.68 0.07 38.76 0.81 0.61
Hex EC B3 4B 0 18 44 7 27 51 3D
Octal 354 263 113 0 30 104 7 47 121 75
Binary 11101100 10110011 1001011 0 11000 1000100 111 100111 1010001 111101

Color Harmonies of #ECB34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB34B

Black with #ECB34B

Text Example


Text Example

White with #ECB34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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