Html Css Color HEX #EDE73D Starship

📋 copy color: '#EDE73D'

red 237 ◦ green 231 ◦ blue 61

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

Shades of Starship #EDE73D

Tints of Starship #EDE73D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.67%

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

R = 44.8%
G = 43.67%
B = 11.53%

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

#EDE73D (or 0xEDE73D) is known color: Starship. HEX triplet: ED, E7 and 3D. RGB value is (237,231,61). Sum of RGB (Red+Green+Blue) = 237+231+61=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE73D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE73D is #1218C2. Grayscale: #D6D6D6. Windows color (decimal): -1185987 or 4057069. OLE color: 4057069.

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

Color convert

RGB 237 231 61 -
CMYK 0 0.03 0.74 0.07
HSL 57.95º 0.83% 0.58% -
HSV(B) 57.95º 0.74% 0.93% -
XYZ 64.34 75.49 15.6 -
YUV 213.41 41.99 144.82 -
System Red Green Blue C M Y K H S L
Decimal 237 231 61 0 0.03 0.74 0.07 57.95 0.83 0.58
Hex ED E7 3D 0 3 4A 7 3A 53 3A
Octal 355 347 75 0 3 112 7 72 123 72
Binary 11101101 11100111 111101 0 11 1001010 111 111010 1010011 111010

Color Harmonies of #EDE73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE73D

Black with #EDE73D

Text Example


Text Example

White with #EDE73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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