Html Css Color HEX #EAB65D Ronchi

📋 copy color: '#EAB65D'

red 234 ◦ green 182 ◦ blue 93

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

Shades of Ronchi #EAB65D

Tints of Ronchi #EAB65D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

 BLUE value IS 93 (36.72% from 255) = 18.27%

R = 45.97%
G = 35.76%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EAB65D (or 0xEAB65D) is known color: Ronchi. HEX triplet: EA, B6 and 5D. RGB value is (234,182,93). Sum of RGB (Red+Green+Blue) = 234+182+93=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB65D is #1549A2. Grayscale: #BBBBBB. Windows color (decimal): -1395107 or 6141674. OLE color: 6141674.

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

Color convert

RGB 234 182 93 -
CMYK 0 0.22 0.60 0.08
HSL 37.87º 0.77% 0.64% -
HSV(B) 37.87º 0.6% 0.92% -
XYZ 52.64 51.74 17.57 -
YUV 187.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 234 182 93 0 0.22 0.60 0.08 37.87 0.77 0.64
Hex EA B6 5D 0 16 3C 8 26 4D 40
Octal 352 266 135 0 26 74 10 46 115 100
Binary 11101010 10110110 1011101 0 10110 111100 1000 100110 1001101 1000000

Color Harmonies of #EAB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB65D

Black with #EAB65D

Text Example


Text Example

White with #EAB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB65D; }

 p { color: rgb(234,182,93); }

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

background-color css

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

 a { background-color: rgb(234,182,93); }

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

border-color css

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

 span { border-color: rgb(234,182,93); }

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