Html Css Color HEX #E0B74B Ronchi

📋 copy color: '#E0B74B'

red 224 ◦ green 183 ◦ blue 75

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

Shades of Ronchi #E0B74B

Tints of Ronchi #E0B74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.97%

 BLUE value IS 75 (29.69% from 255) = 15.56%

R = 46.47%
G = 37.97%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0B74B (or 0xE0B74B) is known color: Ronchi. HEX triplet: E0, B7 and 4B. RGB value is (224,183,75). Sum of RGB (Red+Green+Blue) = 224+183+75=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B74B is #1F48B4. Grayscale: #B7B7B7. Windows color (decimal): -2050229 or 4962272. OLE color: 4962272.

HSL color Cylindrical-coordinate representation of color #E0B74B: hue angle of 43.49º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0B74B is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 183 75 -
CMYK 0 0.18 0.67 0.12
HSL 43.49º 0.71% 0.59% -
HSV(B) 43.49º 0.67% 0.88% -
XYZ 48.94 50.22 13.77 -
YUV 182.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 224 183 75 0 0.18 0.67 0.12 43.49 0.71 0.59
Hex E0 B7 4B 0 12 43 C 2B 47 3B
Octal 340 267 113 0 22 103 14 53 107 73
Binary 11100000 10110111 1001011 0 10010 1000011 1100 101011 1000111 111011

Color Harmonies of #E0B74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B74B

Black with #E0B74B

Text Example


Text Example

White with #E0B74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B74B; }

 p { color: rgb(224,183,75); }

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

background-color css

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

 a { background-color: rgb(224,183,75); }

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

border-color css

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

 span { border-color: rgb(224,183,75); }

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