Html Css Color HEX #EABD5B Ronchi

📋 copy color: '#EABD5B'

red 234 ◦ green 189 ◦ blue 91

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

Shades of Ronchi #EABD5B

Tints of Ronchi #EABD5B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.77%

 BLUE value IS 91 (35.94% from 255) = 17.7%

R = 45.53%
G = 36.77%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EABD5B (or 0xEABD5B) is known color: Ronchi. HEX triplet: EA, BD and 5B. RGB value is (234,189,91). Sum of RGB (Red+Green+Blue) = 234+189+91=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD5B is #1542A4. Grayscale: #BFBFBF. Windows color (decimal): -1393317 or 6012394. OLE color: 6012394.

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

Color convert

RGB 234 189 91 -
CMYK 0 0.19 0.61 0.08
HSL 41.12º 0.77% 0.64% -
HSV(B) 41.12º 0.61% 0.92% -
XYZ 54.02 54.64 17.6 -
YUV 191.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 234 189 91 0 0.19 0.61 0.08 41.12 0.77 0.64
Hex EA BD 5B 0 13 3D 8 29 4D 40
Octal 352 275 133 0 23 75 10 51 115 100
Binary 11101010 10111101 1011011 0 10011 111101 1000 101001 1001101 1000000

Color Harmonies of #EABD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD5B

Black with #EABD5B

Text Example


Text Example

White with #EABD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD5B; }

 p { color: rgb(234,189,91); }

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

background-color css

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

 a { background-color: rgb(234,189,91); }

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

border-color css

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

 span { border-color: rgb(234,189,91); }

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