Html Css Color HEX #EAF93D Starship

📋 copy color: '#EAF93D'

red 234 ◦ green 249 ◦ blue 61

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

Shades of Starship #EAF93D

Tints of Starship #EAF93D

RGB

 RED value IS 234 (91.8% from 255) = 43.01%

 GREEN value IS 249 (97.66% from 255) = 45.77%

 BLUE value IS 61 (24.22% from 255) = 11.21%

R = 43.01%
G = 45.77%
B = 11.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#EAF93D (or 0xEAF93D) is known color: Starship. HEX triplet: EA, F9 and 3D. RGB value is (234,249,61). Sum of RGB (Red+Green+Blue) = 234+249+61=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 61 (24.22% from 255 or 11.21% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF93D is #1506C2. Grayscale: #DFDFDF. Windows color (decimal): -1377987 or 4061674. OLE color: 4061674.

HSL color Cylindrical-coordinate representation of color #EAF93D: hue angle of 64.79º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAF93D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 61 -
CMYK 0.06 0 0.76 0.02
HSL 64.79º 0.94% 0.61% -
HSV(B) 64.79º 0.76% 0.98% -
XYZ 68.65 85.58 17.32 -
YUV 223.08 36.53 135.79 -
System Red Green Blue C M Y K H S L
Decimal 234 249 61 0.06 0 0.76 0.02 64.79 0.94 0.61
Hex EA F9 3D 6 0 4C 2 41 5E 3D
Octal 352 371 75 6 0 114 2 101 136 75
Binary 11101010 11111001 111101 110 0 1001100 10 1000001 1011110 111101

Color Harmonies of #EAF93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF93D

Black with #EAF93D

Text Example


Text Example

White with #EAF93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF93D; }

 p { color: rgb(234,249,61); }

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

background-color css

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

 a { background-color: rgb(234,249,61); }

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

border-color css

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

 span { border-color: rgb(234,249,61); }

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