Html Css Color HEX #EDE43D Starship

📋 copy color: '#EDE43D'

red 237 ◦ green 228 ◦ blue 61

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

Shades of Starship #EDE43D

Tints of Starship #EDE43D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.35%

 BLUE value IS 61 (24.22% from 255) = 11.6%

R = 45.06%
G = 43.35%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDE43D (or 0xEDE43D) is known color: Starship. HEX triplet: ED, E4 and 3D. RGB value is (237,228,61). Sum of RGB (Red+Green+Blue) = 237+228+61=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE43D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE43D is #121BC2. Grayscale: #D4D4D4. Windows color (decimal): -1186755 or 4056301. OLE color: 4056301.

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

Color convert

RGB 237 228 61 -
CMYK 0 0.04 0.74 0.07
HSL 56.93º 0.83% 0.58% -
HSV(B) 56.93º 0.74% 0.93% -
XYZ 63.51 73.83 15.32 -
YUV 211.65 42.98 146.08 -
System Red Green Blue C M Y K H S L
Decimal 237 228 61 0 0.04 0.74 0.07 56.93 0.83 0.58
Hex ED E4 3D 0 4 4A 7 39 53 3A
Octal 355 344 75 0 4 112 7 71 123 72
Binary 11101101 11100100 111101 0 100 1001010 111 111001 1010011 111010

Color Harmonies of #EDE43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE43D

Black with #EDE43D

Text Example


Text Example

White with #EDE43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE43D; }

 p { color: rgb(237,228,61); }

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

background-color css

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

 a { background-color: rgb(237,228,61); }

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

border-color css

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

 span { border-color: rgb(237,228,61); }

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