Html Css Color HEX #E0BF54 Ronchi

📋 copy color: '#E0BF54'

red 224 ◦ green 191 ◦ blue 84

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

Shades of Ronchi #E0BF54

Tints of Ronchi #E0BF54

RGB

 RED value IS 224 (87.89% from 255) = 44.89%

 GREEN value IS 191 (75% from 255) = 38.28%

 BLUE value IS 84 (33.2% from 255) = 16.83%

R = 44.89%
G = 38.28%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E0BF54 (or 0xE0BF54) is known color: Ronchi. HEX triplet: E0, BF and 54. RGB value is (224,191,84). Sum of RGB (Red+Green+Blue) = 224+191+84=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF54 is #1F40AB. Grayscale: #BDBDBD. Windows color (decimal): -2048172 or 5554144. OLE color: 5554144.

HSL color Cylindrical-coordinate representation of color #E0BF54: hue angle of 45.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0BF54 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 84 -
CMYK 0 0.15 0.62 0.12
HSL 45.86º 0.69% 0.6% -
HSV(B) 45.86º 0.63% 0.88% -
XYZ 50.97 53.75 16.08 -
YUV 188.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 224 191 84 0 0.15 0.62 0.12 45.86 0.69 0.6
Hex E0 BF 54 0 F 3E C 2E 45 3C
Octal 340 277 124 0 17 76 14 56 105 74
Binary 11100000 10111111 1010100 0 1111 111110 1100 101110 1000101 111100

Color Harmonies of #E0BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BF54

Black with #E0BF54

Text Example


Text Example

White with #E0BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BF54; }

 p { color: rgb(224,191,84); }

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

background-color css

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

 a { background-color: rgb(224,191,84); }

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

border-color css

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

 span { border-color: rgb(224,191,84); }

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