Html Css Color HEX #EDE53E Starship

📋 copy color: '#EDE53E'

red 237 ◦ green 229 ◦ blue 62

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

Shades of Starship #EDE53E

Tints of Starship #EDE53E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.37%

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

R = 44.89%
G = 43.37%
B = 11.74%

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

#EDE53E (or 0xEDE53E) is known color: Starship. HEX triplet: ED, E5 and 3E. RGB value is (237,229,62). Sum of RGB (Red+Green+Blue) = 237+229+62=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 62 (24.61% from 255 or 11.74% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE53E is #121AC1. Grayscale: #D5D5D5. Windows color (decimal): -1186498 or 4122093. OLE color: 4122093.

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

Color convert

RGB 237 229 62 -
CMYK 0 0.03 0.74 0.07
HSL 57.26º 0.83% 0.59% -
HSV(B) 57.26º 0.74% 0.93% -
XYZ 63.81 74.39 15.55 -
YUV 212.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 237 229 62 0 0.03 0.74 0.07 57.26 0.83 0.59
Hex ED E5 3E 0 3 4A 7 39 53 3B
Octal 355 345 76 0 3 112 7 71 123 73
Binary 11101101 11100101 111110 0 11 1001010 111 111001 1010011 111011

Color Harmonies of #EDE53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE53E

Black with #EDE53E

Text Example


Text Example

White with #EDE53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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