Html Css Color HEX #EEB64F Ronchi

📋 copy color: '#EEB64F'

red 238 ◦ green 182 ◦ blue 79

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

Shades of Ronchi #EEB64F

Tints of Ronchi #EEB64F

RGB

 RED value IS 238 (93.36% from 255) = 47.7%

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

 BLUE value IS 79 (31.25% from 255) = 15.83%

R = 47.7%
G = 36.47%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EEB64F (or 0xEEB64F) is known color: Ronchi. HEX triplet: EE, B6 and 4F. RGB value is (238,182,79). Sum of RGB (Red+Green+Blue) = 238+182+79=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB64F is #1149B0. Grayscale: #BBBBBB. Windows color (decimal): -1132977 or 5224174. OLE color: 5224174.

HSL color Cylindrical-coordinate representation of color #EEB64F: hue angle of 38.87º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEB64F is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 182 79 -
CMYK 0 0.24 0.67 0.07
HSL 38.87º 0.82% 0.62% -
HSV(B) 38.87º 0.67% 0.93% -
XYZ 53.4 52.2 14.66 -
YUV 187 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 238 182 79 0 0.24 0.67 0.07 38.87 0.82 0.62
Hex EE B6 4F 0 18 43 7 27 52 3E
Octal 356 266 117 0 30 103 7 47 122 76
Binary 11101110 10110110 1001111 0 11000 1000011 111 100111 1010010 111110

Color Harmonies of #EEB64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB64F

Black with #EEB64F

Text Example


Text Example

White with #EEB64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB64F; }

 p { color: rgb(238,182,79); }

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

background-color css

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

 a { background-color: rgb(238,182,79); }

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

border-color css

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

 span { border-color: rgb(238,182,79); }

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