Html Css Color HEX #E6BB44 Ronchi

📋 copy color: '#E6BB44'

red 230 ◦ green 187 ◦ blue 68

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

Shades of Ronchi #E6BB44

Tints of Ronchi #E6BB44

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.56%

 BLUE value IS 68 (26.95% from 255) = 14.02%

R = 47.42%
G = 38.56%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E6BB44 (or 0xE6BB44) is known color: Ronchi. HEX triplet: E6, BB and 44. RGB value is (230,187,68). Sum of RGB (Red+Green+Blue) = 230+187+68=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BB44 is #1944BB. Grayscale: #BABABA. Windows color (decimal): -1655996 or 4504550. OLE color: 4504550.

HSL color Cylindrical-coordinate representation of color #E6BB44: hue angle of 44.07º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6BB44 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 187 68 -
CMYK 0 0.19 0.70 0.10
HSL 44.07º 0.76% 0.58% -
HSV(B) 44.07º 0.7% 0.9% -
XYZ 51.45 52.78 12.95 -
YUV 186.29 61.25 159.18 -
System Red Green Blue C M Y K H S L
Decimal 230 187 68 0 0.19 0.70 0.10 44.07 0.76 0.58
Hex E6 BB 44 0 13 46 A 2C 4C 3A
Octal 346 273 104 0 23 106 12 54 114 72
Binary 11100110 10111011 1000100 0 10011 1000110 1010 101100 1001100 111010

Color Harmonies of #E6BB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BB44

Black with #E6BB44

Text Example


Text Example

White with #E6BB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BB44; }

 p { color: rgb(230,187,68); }

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

background-color css

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

 a { background-color: rgb(230,187,68); }

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

border-color css

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

 span { border-color: rgb(230,187,68); }

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