Html Css Color HEX #EDE93E Starship

📋 copy color: '#EDE93E'

red 237 ◦ green 233 ◦ blue 62

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

Shades of Starship #EDE93E

Tints of Starship #EDE93E

RGB

 RED value IS 237 (92.97% from 255) = 44.55%

 GREEN value IS 233 (91.41% from 255) = 43.8%

 BLUE value IS 62 (24.61% from 255) = 11.65%

R = 44.55%
G = 43.8%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDE93E (or 0xEDE93E) is known color: Starship. HEX triplet: ED, E9 and 3E. RGB value is (237,233,62). Sum of RGB (Red+Green+Blue) = 237+233+62=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE93E is #1216C1. Grayscale: #D7D7D7. Windows color (decimal): -1185474 or 4123117. OLE color: 4123117.

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

Color convert

RGB 237 233 62 -
CMYK 0 0.02 0.74 0.07
HSL 58.63º 0.83% 0.59% -
HSV(B) 58.63º 0.74% 0.93% -
XYZ 64.93 76.63 15.93 -
YUV 214.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 237 233 62 0 0.02 0.74 0.07 58.63 0.83 0.59
Hex ED E9 3E 0 2 4A 7 3B 53 3B
Octal 355 351 76 0 2 112 7 73 123 73
Binary 11101101 11101001 111110 0 10 1001010 111 111011 1010011 111011

Color Harmonies of #EDE93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE93E

Black with #EDE93E

Text Example


Text Example

White with #EDE93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE93E; }

 p { color: rgb(237,233,62); }

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

background-color css

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

 a { background-color: rgb(237,233,62); }

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

border-color css

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

 span { border-color: rgb(237,233,62); }

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