Html Css Color HEX #EFDF44 Starship

📋 copy color: '#EFDF44'

red 239 ◦ green 223 ◦ blue 68

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

Shades of Starship #EFDF44

Tints of Starship #EFDF44

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.08%

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

R = 45.09%
G = 42.08%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFDF44 (or 0xEFDF44) is known color: Starship. HEX triplet: EF, DF and 44. RGB value is (239,223,68). Sum of RGB (Red+Green+Blue) = 239+223+68=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF44 is #1020BB. Grayscale: #D2D2D2. Windows color (decimal): -1056956 or 4513775. OLE color: 4513775.

HSL color Cylindrical-coordinate representation of color #EFDF44: hue angle of 54.39º 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 #EFDF44 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 68 -
CMYK 0 0.07 0.72 0.06
HSL 54.39º 0.84% 0.6% -
HSV(B) 54.39º 0.72% 0.94% -
XYZ 63.03 71.54 15.96 -
YUV 210.11 47.8 148.6 -
System Red Green Blue C M Y K H S L
Decimal 239 223 68 0 0.07 0.72 0.06 54.39 0.84 0.6
Hex EF DF 44 0 7 48 6 36 54 3C
Octal 357 337 104 0 7 110 6 66 124 74
Binary 11101111 11011111 1000100 0 111 1001000 110 110110 1010100 111100

Color Harmonies of #EFDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF44

Black with #EFDF44

Text Example


Text Example

White with #EFDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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