Html Css Color HEX #EBF375 Dolly

📋 copy color: '#EBF375'

red 235 ◦ green 243 ◦ blue 117

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

Shades of Dolly #EBF375

Tints of Dolly #EBF375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.84%

 BLUE value IS 117 (46.09% from 255) = 19.66%

R = 39.5%
G = 40.84%
B = 19.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#EBF375 (or 0xEBF375) is known color: Dolly. HEX triplet: EB, F3 and 75. RGB value is (235,243,117). Sum of RGB (Red+Green+Blue) = 235+243+117=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF375 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF375 is #140C8A. Grayscale: #E2E2E2. Windows color (decimal): -1313931 or 7730155. OLE color: 7730155.

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

Color convert

RGB 235 243 117 -
CMYK 0.03 0 0.52 0.05
HSL 63.81º 0.84% 0.71% -
HSV(B) 63.81º 0.52% 0.95% -
XYZ 69.52 83.05 29.2 -
YUV 226.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 235 243 117 0.03 0 0.52 0.05 63.81 0.84 0.71
Hex EB F3 75 3 0 34 5 40 54 47
Octal 353 363 165 3 0 64 5 100 124 107
Binary 11101011 11110011 1110101 11 0 110100 101 1000000 1010100 1000111

Color Harmonies of #EBF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF375

Black with #EBF375

Text Example


Text Example

White with #EBF375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF375; }

 p { color: rgb(235,243,117); }

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

background-color css

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

 a { background-color: rgb(235,243,117); }

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

border-color css

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

 span { border-color: rgb(235,243,117); }

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