Html Css Color HEX #EDF67B Dolly

📋 copy color: '#EDF67B'

red 237 ◦ green 246 ◦ blue 123

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

Shades of Dolly #EDF67B

Tints of Dolly #EDF67B

RGB

 RED value IS 237 (92.97% from 255) = 39.11%

 GREEN value IS 246 (96.48% from 255) = 40.59%

 BLUE value IS 123 (48.44% from 255) = 20.3%

R = 39.11%
G = 40.59%
B = 20.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#EDF67B (or 0xEDF67B) is known color: Dolly. HEX triplet: ED, F6 and 7B. RGB value is (237,246,123). Sum of RGB (Red+Green+Blue) = 237+246+123=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 123 (48.44% from 255 or 20.30% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF67B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF67B is #120984. Grayscale: #E5E5E5. Windows color (decimal): -1182085 or 8124141. OLE color: 8124141.

HSL color Cylindrical-coordinate representation of color #EDF67B: hue angle of 64.39º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF67B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 123 -
CMYK 0.04 0 0.50 0.04
HSL 64.39º 0.87% 0.72% -
HSV(B) 64.39º 0.5% 0.96% -
XYZ 71.46 85.35 31.45 -
YUV 229.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 237 246 123 0.04 0 0.50 0.04 64.39 0.87 0.72
Hex ED F6 7B 4 0 32 4 40 57 48
Octal 355 366 173 4 0 62 4 100 127 110
Binary 11101101 11110110 1111011 100 0 110010 100 1000000 1010111 1001000

Color Harmonies of #EDF67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF67B

Black with #EDF67B

Text Example


Text Example

White with #EDF67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF67B; }

 p { color: rgb(237,246,123); }

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

background-color css

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

 a { background-color: rgb(237,246,123); }

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

border-color css

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

 span { border-color: rgb(237,246,123); }

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