Html Css Color HEX #EFE245 Starship

📋 copy color: '#EFE245'

red 239 ◦ green 226 ◦ blue 69

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

Shades of Starship #EFE245

Tints of Starship #EFE245

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

 BLUE value IS 69 (27.34% from 255) = 12.92%

R = 44.76%
G = 42.32%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFE245 (or 0xEFE245) is known color: Starship. HEX triplet: EF, E2 and 45. RGB value is (239,226,69). Sum of RGB (Red+Green+Blue) = 239+226+69=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 69 (27.34% from 255 or 12.92% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE245 is #101DBA. Grayscale: #D4D4D4. Windows color (decimal): -1056187 or 4580079. OLE color: 4580079.

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

Color convert

RGB 239 226 69 -
CMYK 0 0.05 0.71 0.06
HSL 55.41º 0.84% 0.6% -
HSV(B) 55.41º 0.71% 0.94% -
XYZ 63.87 73.17 16.39 -
YUV 211.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 239 226 69 0 0.05 0.71 0.06 55.41 0.84 0.6
Hex EF E2 45 0 5 47 6 37 54 3C
Octal 357 342 105 0 5 107 6 67 124 74
Binary 11101111 11100010 1000101 0 101 1000111 110 110111 1010100 111100

Color Harmonies of #EFE245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE245

Black with #EFE245

Text Example


Text Example

White with #EFE245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE245; }

 p { color: rgb(239,226,69); }

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

background-color css

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

 a { background-color: rgb(239,226,69); }

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

border-color css

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

 span { border-color: rgb(239,226,69); }

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