Html Css Color HEX #EBB34C Ronchi

📋 copy color: '#EBB34C'

red 235 ◦ green 179 ◦ blue 76

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

Shades of Ronchi #EBB34C

Tints of Ronchi #EBB34C

RGB

 RED value IS 235 (92.19% from 255) = 47.96%

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

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

R = 47.96%
G = 36.53%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBB34C (or 0xEBB34C) is known color: Ronchi. HEX triplet: EB, B3 and 4C. RGB value is (235,179,76). Sum of RGB (Red+Green+Blue) = 235+179+76=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB34C is #144CB3. Grayscale: #B8B8B8. Windows color (decimal): -1330356 or 5026795. OLE color: 5026795.

HSL color Cylindrical-coordinate representation of color #EBB34C: hue angle of 38.87º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EBB34C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 179 76 -
CMYK 0 0.24 0.68 0.08
HSL 38.87º 0.8% 0.61% -
HSV(B) 38.87º 0.68% 0.92% -
XYZ 51.69 50.42 13.85 -
YUV 184 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 235 179 76 0 0.24 0.68 0.08 38.87 0.8 0.61
Hex EB B3 4C 0 18 44 8 27 50 3D
Octal 353 263 114 0 30 104 10 47 120 75
Binary 11101011 10110011 1001100 0 11000 1000100 1000 100111 1010000 111101

Color Harmonies of #EBB34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB34C

Black with #EBB34C

Text Example


Text Example

White with #EBB34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB34C; }

 p { color: rgb(235,179,76); }

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

background-color css

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

 a { background-color: rgb(235,179,76); }

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

border-color css

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

 span { border-color: rgb(235,179,76); }

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