Html Css Color HEX #EDE043 Starship

📋 copy color: '#EDE043'

red 237 ◦ green 224 ◦ blue 67

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

Shades of Starship #EDE043

Tints of Starship #EDE043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.69%

R = 44.89%
G = 42.42%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDE043 (or 0xEDE043) is known color: Starship. HEX triplet: ED, E0 and 43. RGB value is (237,224,67). Sum of RGB (Red+Green+Blue) = 237+224+67=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 67 (26.56% from 255 or 12.69% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE043 is #121FBC. Grayscale: #D2D2D2. Windows color (decimal): -1187773 or 4448493. OLE color: 4448493.

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

Color convert

RGB 237 224 67 -
CMYK 0 0.05 0.72 0.07
HSL 55.41º 0.83% 0.6% -
HSV(B) 55.41º 0.72% 0.93% -
XYZ 62.59 71.72 15.85 -
YUV 209.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 237 224 67 0 0.05 0.72 0.07 55.41 0.83 0.6
Hex ED E0 43 0 5 48 7 37 53 3C
Octal 355 340 103 0 5 110 7 67 123 74
Binary 11101101 11100000 1000011 0 101 1001000 111 110111 1010011 111100

Color Harmonies of #EDE043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE043

Black with #EDE043

Text Example


Text Example

White with #EDE043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE043; }

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

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

background-color css

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

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

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

border-color css

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

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

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