Html Css Color HEX #EEDD44 Starship

📋 copy color: '#EEDD44'

red 238 ◦ green 221 ◦ blue 68

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

Shades of Starship #EEDD44

Tints of Starship #EEDD44

RGB

 RED value IS 238 (93.36% from 255) = 45.16%

 GREEN value IS 221 (86.72% from 255) = 41.94%

 BLUE value IS 68 (26.95% from 255) = 12.9%

R = 45.16%
G = 41.94%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EEDD44 (or 0xEEDD44) is known color: Starship. HEX triplet: EE, DD and 44. RGB value is (238,221,68). Sum of RGB (Red+Green+Blue) = 238+221+68=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD44 is #1122BB. Grayscale: #D1D1D1. Windows color (decimal): -1123004 or 4513262. OLE color: 4513262.

HSL color Cylindrical-coordinate representation of color #EEDD44: hue angle of 54º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EEDD44 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 68 -
CMYK 0 0.07 0.71 0.07
HSL 54º 0.83% 0.6% -
HSV(B) 54º 0.71% 0.93% -
XYZ 62.16 70.31 15.76 -
YUV 208.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 238 221 68 0 0.07 0.71 0.07 54 0.83 0.6
Hex EE DD 44 0 7 47 7 36 53 3C
Octal 356 335 104 0 7 107 7 66 123 74
Binary 11101110 11011101 1000100 0 111 1000111 111 110110 1010011 111100

Color Harmonies of #EEDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD44

Black with #EEDD44

Text Example


Text Example

White with #EEDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD44; }

 p { color: rgb(238,221,68); }

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

background-color css

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

 a { background-color: rgb(238,221,68); }

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

border-color css

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

 span { border-color: rgb(238,221,68); }

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