Html Css Color HEX #E6B64A Ronchi

📋 copy color: '#E6B64A'

red 230 ◦ green 182 ◦ blue 74

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

Shades of Ronchi #E6B64A

Tints of Ronchi #E6B64A

RGB

 RED value IS 230 (90.23% from 255) = 47.33%

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

 BLUE value IS 74 (29.3% from 255) = 15.23%

R = 47.33%
G = 37.45%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6B64A (or 0xE6B64A) is known color: Ronchi. HEX triplet: E6, B6 and 4A. RGB value is (230,182,74). Sum of RGB (Red+Green+Blue) = 230+182+74=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 74 (29.30% from 255 or 15.23% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B64A is #1949B5. Grayscale: #B8B8B8. Windows color (decimal): -1657270 or 4896486. OLE color: 4896486.

HSL color Cylindrical-coordinate representation of color #E6B64A: hue angle of 41.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6B64A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 182 74 -
CMYK 0 0.21 0.68 0.10
HSL 41.54º 0.76% 0.6% -
HSV(B) 41.54º 0.68% 0.9% -
XYZ 50.6 50.77 13.61 -
YUV 184.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 230 182 74 0 0.21 0.68 0.10 41.54 0.76 0.6
Hex E6 B6 4A 0 15 44 A 2A 4C 3C
Octal 346 266 112 0 25 104 12 52 114 74
Binary 11100110 10110110 1001010 0 10101 1000100 1010 101010 1001100 111100

Color Harmonies of #E6B64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B64A

Black with #E6B64A

Text Example


Text Example

White with #E6B64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B64A; }

 p { color: rgb(230,182,74); }

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

background-color css

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

 a { background-color: rgb(230,182,74); }

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

border-color css

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

 span { border-color: rgb(230,182,74); }

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