Html Css Color HEX #EDE03F Starship

📋 copy color: '#EDE03F'

red 237 ◦ green 224 ◦ blue 63

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

Shades of Starship #EDE03F

Tints of Starship #EDE03F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.75%

 BLUE value IS 63 (25% from 255) = 12.02%

R = 45.23%
G = 42.75%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDE03F (or 0xEDE03F) is known color: Starship. HEX triplet: ED, E0 and 3F. RGB value is (237,224,63). Sum of RGB (Red+Green+Blue) = 237+224+63=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE03F is #121FC0. Grayscale: #D2D2D2. Windows color (decimal): -1187777 or 4186349. OLE color: 4186349.

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

Color convert

RGB 237 224 63 -
CMYK 0 0.05 0.73 0.07
HSL 55.52º 0.83% 0.59% -
HSV(B) 55.52º 0.73% 0.93% -
XYZ 62.48 71.67 15.24 -
YUV 209.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 237 224 63 0 0.05 0.73 0.07 55.52 0.83 0.59
Hex ED E0 3F 0 5 49 7 38 53 3B
Octal 355 340 77 0 5 111 7 70 123 73
Binary 11101101 11100000 111111 0 101 1001001 111 111000 1010011 111011

Color Harmonies of #EDE03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE03F

Black with #EDE03F

Text Example


Text Example

White with #EDE03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE03F; }

 p { color: rgb(237,224,63); }

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

background-color css

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

 a { background-color: rgb(237,224,63); }

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

border-color css

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

 span { border-color: rgb(237,224,63); }

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