Html Css Color HEX #EDE63E Starship

📋 copy color: '#EDE63E'

red 237 ◦ green 230 ◦ blue 62

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

Shades of Starship #EDE63E

Tints of Starship #EDE63E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.48%

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

R = 44.8%
G = 43.48%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDE63E (or 0xEDE63E) is known color: Starship. HEX triplet: ED, E6 and 3E. RGB value is (237,230,62). Sum of RGB (Red+Green+Blue) = 237+230+62=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 62 (24.61% from 255 or 11.72% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE63E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE63E is #1219C1. Grayscale: #D5D5D5. Windows color (decimal): -1186242 or 4122349. OLE color: 4122349.

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

Color convert

RGB 237 230 62 -
CMYK 0 0.03 0.74 0.07
HSL 57.6º 0.83% 0.59% -
HSV(B) 57.6º 0.74% 0.93% -
XYZ 64.09 74.95 15.65 -
YUV 212.94 42.82 145.16 -
System Red Green Blue C M Y K H S L
Decimal 237 230 62 0 0.03 0.74 0.07 57.6 0.83 0.59
Hex ED E6 3E 0 3 4A 7 3A 53 3B
Octal 355 346 76 0 3 112 7 72 123 73
Binary 11101101 11100110 111110 0 11 1001010 111 111010 1010011 111011

Color Harmonies of #EDE63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE63E

Black with #EDE63E

Text Example


Text Example

White with #EDE63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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