Html Css Color HEX #E07B6F Geraldine

📋 copy color: '#E07B6F'

red 224 ◦ green 123 ◦ blue 111

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

Shades of Geraldine #E07B6F

Tints of Geraldine #E07B6F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 48.91%
G = 26.86%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E07B6F (or 0xE07B6F) is known color: Geraldine. HEX triplet: E0, 7B and 6F. RGB value is (224,123,111). Sum of RGB (Red+Green+Blue) = 224+123+111=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B6F is #1F8490. Grayscale: #979797. Windows color (decimal): -2065553 or 7306208. OLE color: 7306208.

HSL color Cylindrical-coordinate representation of color #E07B6F: hue angle of 6.37º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07B6F is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 123 111 -
CMYK 0 0.45 0.50 0.12
HSL 6.37º 0.65% 0.66% -
HSV(B) 6.37º 0.5% 0.88% -
XYZ 40.69 31.16 18.91 -
YUV 151.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 224 123 111 0 0.45 0.50 0.12 6.37 0.65 0.66
Hex E0 7B 6F 0 2D 32 C 6 41 42
Octal 340 173 157 0 55 62 14 6 101 102
Binary 11100000 1111011 1101111 0 101101 110010 1100 110 1000001 1000010

Color Harmonies of #E07B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B6F

Black with #E07B6F

Text Example


Text Example

White with #E07B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B6F; }

 p { color: rgb(224,123,111); }

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

background-color css

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

 a { background-color: rgb(224,123,111); }

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

border-color css

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

 span { border-color: rgb(224,123,111); }

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