Html Css Color HEX #EAB34B Ronchi

📋 copy color: '#EAB34B'

red 234 ◦ green 179 ◦ blue 75

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

Shades of Ronchi #EAB34B

Tints of Ronchi #EAB34B

RGB

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

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

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

R = 47.95%
G = 36.68%
B = 15.37%

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

#EAB34B (or 0xEAB34B) is known color: Ronchi. HEX triplet: EA, B3 and 4B. RGB value is (234,179,75). Sum of RGB (Red+Green+Blue) = 234+179+75=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB34B is #154CB4. Grayscale: #B8B8B8. Windows color (decimal): -1395893 or 4961258. OLE color: 4961258.

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

Color convert

RGB 234 179 75 -
CMYK 0 0.24 0.68 0.08
HSL 39.25º 0.79% 0.61% -
HSV(B) 39.25º 0.68% 0.92% -
XYZ 51.32 50.24 13.65 -
YUV 183.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 234 179 75 0 0.24 0.68 0.08 39.25 0.79 0.61
Hex EA B3 4B 0 18 44 8 27 4F 3D
Octal 352 263 113 0 30 104 10 47 117 75
Binary 11101010 10110011 1001011 0 11000 1000100 1000 100111 1001111 111101

Color Harmonies of #EAB34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB34B

Black with #EAB34B

Text Example


Text Example

White with #EAB34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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