Html Css Color HEX #EB7B74 Geraldine

📋 copy color: '#EB7B74'

red 235 ◦ green 123 ◦ blue 116

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

Shades of Geraldine #EB7B74

Tints of Geraldine #EB7B74

RGB

 RED value IS 235 (92.19% from 255) = 49.58%

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

 BLUE value IS 116 (45.7% from 255) = 24.47%

R = 49.58%
G = 25.95%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB7B74 (or 0xEB7B74) is known color: Geraldine. HEX triplet: EB, 7B and 74. RGB value is (235,123,116). Sum of RGB (Red+Green+Blue) = 235+123+116=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7B74 is #14848B. Grayscale: #9B9B9B. Windows color (decimal): -1344652 or 7633899. OLE color: 7633899.

HSL color Cylindrical-coordinate representation of color #EB7B74: hue angle of 3.53º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB7B74 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 123 116 -
CMYK 0 0.48 0.51 0.08
HSL 3.53º 0.75% 0.69% -
HSV(B) 3.53º 0.51% 0.92% -
XYZ 44.5 33.09 20.56 -
YUV 155.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 235 123 116 0 0.48 0.51 0.08 3.53 0.75 0.69
Hex EB 7B 74 0 30 33 8 4 4B 45
Octal 353 173 164 0 60 63 10 4 113 105
Binary 11101011 1111011 1110100 0 110000 110011 1000 100 1001011 1000101

Color Harmonies of #EB7B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B74

Black with #EB7B74

Text Example


Text Example

White with #EB7B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B74; }

 p { color: rgb(235,123,116); }

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

background-color css

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

 a { background-color: rgb(235,123,116); }

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

border-color css

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

 span { border-color: rgb(235,123,116); }

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