Html Css Color HEX #EBF2CA Rice Flower

📋 copy color: '#EBF2CA'

red 235 ◦ green 242 ◦ blue 202

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

Shades of Rice Flower #EBF2CA

Tints of Rice Flower #EBF2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.75%

R = 34.61%
G = 35.64%
B = 29.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#EBF2CA (or 0xEBF2CA) is known color: Rice Flower. HEX triplet: EB, F2 and CA. RGB value is (235,242,202). Sum of RGB (Red+Green+Blue) = 235+242+202=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 202 (79.30% from 255 or 29.75% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2CA is #140D35. Grayscale: #EBEBEB. Windows color (decimal): -1314102 or 13300459. OLE color: 13300459.

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

Color convert

RGB 235 242 202 -
CMYK 0.03 0 0.17 0.05
HSL 70.5º 0.61% 0.87% -
HSV(B) 70.5º 0.17% 0.95% -
XYZ 76.67 85.43 68.33 -
YUV 235.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 235 242 202 0.03 0 0.17 0.05 70.5 0.61 0.87
Hex EB F2 CA 3 0 11 5 46 3D 57
Octal 353 362 312 3 0 21 5 106 75 127
Binary 11101011 11110010 11001010 11 0 10001 101 1000110 111101 1010111

Color Harmonies of #EBF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2CA

Black with #EBF2CA

Text Example


Text Example

White with #EBF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2CA; }

 p { color: rgb(235,242,202); }

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

background-color css

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

 a { background-color: rgb(235,242,202); }

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

border-color css

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

 span { border-color: rgb(235,242,202); }

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