Html Css Color HEX #EF6F6B Geraldine

📋 copy color: '#EF6F6B'

red 239 ◦ green 111 ◦ blue 107

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

Shades of Geraldine #EF6F6B

Tints of Geraldine #EF6F6B

RGB

 RED value IS 239 (93.75% from 255) = 52.3%

 GREEN value IS 111 (43.75% from 255) = 24.29%

 BLUE value IS 107 (42.19% from 255) = 23.41%

R = 52.3%
G = 24.29%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF6F6B (or 0xEF6F6B) is known color: Geraldine. HEX triplet: EF, 6F and 6B. RGB value is (239,111,107). Sum of RGB (Red+Green+Blue) = 239+111+107=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F6B is #109094. Grayscale: #949494. Windows color (decimal): -1085589 or 7041007. OLE color: 7041007.

HSL color Cylindrical-coordinate representation of color #EF6F6B: hue angle of 1.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6F6B is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 111 107 -
CMYK 0 0.54 0.55 0.06
HSL 1.82º 0.8% 0.68% -
HSV(B) 1.82º 0.55% 0.94% -
XYZ 43.93 30.78 17.54 -
YUV 148.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 239 111 107 0 0.54 0.55 0.06 1.82 0.8 0.68
Hex EF 6F 6B 0 36 37 6 2 50 44
Octal 357 157 153 0 66 67 6 2 120 104
Binary 11101111 1101111 1101011 0 110110 110111 110 10 1010000 1000100

Color Harmonies of #EF6F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6F6B

Black with #EF6F6B

Text Example


Text Example

White with #EF6F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6F6B; }

 p { color: rgb(239,111,107); }

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

background-color css

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

 a { background-color: rgb(239,111,107); }

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

border-color css

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

 span { border-color: rgb(239,111,107); }

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