Html Css Color HEX #EFF2CB Spring Sun

📋 copy color: '#EFF2CB'

red 239 ◦ green 242 ◦ blue 203

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

Shades of Spring Sun #EFF2CB

Tints of Spring Sun #EFF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.38%

 BLUE value IS 203 (79.69% from 255) = 29.68%

R = 34.94%
G = 35.38%
B = 29.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#EFF2CB (or 0xEFF2CB) is known color: Spring Sun. HEX triplet: EF, F2 and CB. RGB value is (239,242,203). Sum of RGB (Red+Green+Blue) = 239+242+203=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 203 (79.69% from 255 or 29.68% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2CB is #100D34. Grayscale: #ECECEC. Windows color (decimal): -1051957 or 13365999. OLE color: 13365999.

HSL color Cylindrical-coordinate representation of color #EFF2CB: hue angle of 64.62º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFF2CB is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 203 -
CMYK 0.01 0 0.16 0.05
HSL 64.62º 0.6% 0.87% -
HSV(B) 64.62º 0.16% 0.95% -
XYZ 78.13 86.17 69.01 -
YUV 236.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 239 242 203 0.01 0 0.16 0.05 64.62 0.6 0.87
Hex EF F2 CB 1 0 10 5 41 3C 57
Octal 357 362 313 1 0 20 5 101 74 127
Binary 11101111 11110010 11001011 1 0 10000 101 1000001 111100 1010111

Color Harmonies of #EFF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF2CB

Black with #EFF2CB

Text Example


Text Example

White with #EFF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF2CB; }

 p { color: rgb(239,242,203); }

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

background-color css

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

 a { background-color: rgb(239,242,203); }

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

border-color css

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

 span { border-color: rgb(239,242,203); }

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