Html Css Color HEX #EFEFBC Cumulus

📋 copy color: '#EFEFBC'

red 239 ◦ green 239 ◦ blue 188

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

Shades of Cumulus #EFEFBC

Tints of Cumulus #EFEFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.89%

 BLUE value IS 188 (73.83% from 255) = 28.23%

R = 35.89%
G = 35.89%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFEFBC (or 0xEFEFBC) is known color: Cumulus. HEX triplet: EF, EF and BC. RGB value is (239,239,188). Sum of RGB (Red+Green+Blue) = 239+239+188=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBC is #101043. Grayscale: #E9E9E9. Windows color (decimal): -1052740 or 12382191. OLE color: 12382191.

HSL color Cylindrical-coordinate representation of color #EFEFBC: hue angle of 60º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFEFBC is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 188 -
CMYK 0 0 0.21 0.06
HSL 60º 0.61% 0.84% -
HSV(B) 60º 0.21% 0.94% -
XYZ 75.54 83.71 59.75 -
YUV 233.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 239 239 188 0 0 0.21 0.06 60 0.61 0.84
Hex EF EF BC 0 0 15 6 3C 3D 54
Octal 357 357 274 0 0 25 6 74 75 124
Binary 11101111 11101111 10111100 0 0 10101 110 111100 111101 1010100

Color Harmonies of #EFEFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFBC

Black with #EFEFBC

Text Example


Text Example

White with #EFEFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFBC; }

 p { color: rgb(239,239,188); }

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

background-color css

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

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

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

border-color css

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

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

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