Html Css Color HEX #DEE01A Golden Fizz

📋 copy color: '#DEE01A'

red 222 ◦ green 224 ◦ blue 26

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

Shades of Golden Fizz #DEE01A

Tints of Golden Fizz #DEE01A

RGB

 RED value IS 222 (87.11% from 255) = 47.03%

 GREEN value IS 224 (87.89% from 255) = 47.46%

 BLUE value IS 26 (10.55% from 255) = 5.51%

R = 47.03%
G = 47.46%
B = 5.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DEE01A (or 0xDEE01A) is known color: Golden Fizz. HEX triplet: DE, E0 and 1A. RGB value is (222,224,26). Sum of RGB (Red+Green+Blue) = 222+224+26=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE01A is #211FE5. Grayscale: #C9C9C9. Windows color (decimal): -2170854 or 1761502. OLE color: 1761502.

HSL color Cylindrical-coordinate representation of color #DEE01A: hue angle of 60.61º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEE01A is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 26 -
CMYK 0.01 0 0.88 0.12
HSL 60.61º 0.79% 0.49% -
HSV(B) 60.61º 0.88% 0.88% -
XYZ 56.97 68.92 11.28 -
YUV 200.83 29.34 143.1 -
System Red Green Blue C M Y K H S L
Decimal 222 224 26 0.01 0 0.88 0.12 60.61 0.79 0.49
Hex DE E0 1A 1 0 58 C 3D 4F 31
Octal 336 340 32 1 0 130 14 75 117 61
Binary 11011110 11100000 11010 1 0 1011000 1100 111101 1001111 110001

Color Harmonies of #DEE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE01A

Black with #DEE01A

Text Example


Text Example

White with #DEE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE01A; }

 p { color: rgb(222,224,26); }

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

background-color css

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

 a { background-color: rgb(222,224,26); }

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

border-color css

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

 span { border-color: rgb(222,224,26); }

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