Html Css Color HEX #EAB34C Ronchi

📋 copy color: '#EAB34C'

red 234 ◦ green 179 ◦ blue 76

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

Shades of Ronchi #EAB34C

Tints of Ronchi #EAB34C

RGB

 RED value IS 234 (91.8% from 255) = 47.85%

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

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

R = 47.85%
G = 36.61%
B = 15.54%

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

#EAB34C (or 0xEAB34C) is known color: Ronchi. HEX triplet: EA, B3 and 4C. RGB value is (234,179,76). Sum of RGB (Red+Green+Blue) = 234+179+76=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB34C is #154CB3. Grayscale: #B8B8B8. Windows color (decimal): -1395892 or 5026794. OLE color: 5026794.

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

Color convert

RGB 234 179 76 -
CMYK 0 0.24 0.68 0.08
HSL 39.11º 0.79% 0.61% -
HSV(B) 39.11º 0.68% 0.92% -
XYZ 51.36 50.25 13.83 -
YUV 183.7 67.22 163.88 -
System Red Green Blue C M Y K H S L
Decimal 234 179 76 0 0.24 0.68 0.08 39.11 0.79 0.61
Hex EA B3 4C 0 18 44 8 27 4F 3D
Octal 352 263 114 0 30 104 10 47 117 75
Binary 11101010 10110011 1001100 0 11000 1000100 1000 100111 1001111 111101

Color Harmonies of #EAB34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB34C

Black with #EAB34C

Text Example


Text Example

White with #EAB34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB34C; }

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

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

background-color css

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

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

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

border-color css

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

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

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