Html Css Color HEX #EFDD44 Starship

📋 copy color: '#EFDD44'

red 239 ◦ green 221 ◦ blue 68

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

Shades of Starship #EFDD44

Tints of Starship #EFDD44

RGB

 RED value IS 239 (93.75% from 255) = 45.27%

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

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

R = 45.27%
G = 41.86%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFDD44 (or 0xEFDD44) is known color: Starship. HEX triplet: EF, DD and 44. RGB value is (239,221,68). Sum of RGB (Red+Green+Blue) = 239+221+68=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 68 (26.95% from 255 or 12.88% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD44 is #1022BB. Grayscale: #D1D1D1. Windows color (decimal): -1057468 or 4513263. OLE color: 4513263.

HSL color Cylindrical-coordinate representation of color #EFDD44: hue angle of 53.68º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFDD44 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 68 -
CMYK 0 0.08 0.72 0.06
HSL 53.68º 0.84% 0.6% -
HSV(B) 53.68º 0.72% 0.94% -
XYZ 62.5 70.48 15.78 -
YUV 208.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 239 221 68 0 0.08 0.72 0.06 53.68 0.84 0.6
Hex EF DD 44 0 8 48 6 36 54 3C
Octal 357 335 104 0 10 110 6 66 124 74
Binary 11101111 11011101 1000100 0 1000 1001000 110 110110 1010100 111100

Color Harmonies of #EFDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD44

Black with #EFDD44

Text Example


Text Example

White with #EFDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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