Html Css Color HEX #EFDF54 Portica

📋 copy color: '#EFDF54'

red 239 ◦ green 223 ◦ blue 84

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

Shades of Portica #EFDF54

Tints of Portica #EFDF54

RGB

 RED value IS 239 (93.75% from 255) = 43.77%

 GREEN value IS 223 (87.5% from 255) = 40.84%

 BLUE value IS 84 (33.2% from 255) = 15.38%

R = 43.77%
G = 40.84%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFDF54 (or 0xEFDF54) is known color: Portica. HEX triplet: EF, DF and 54. RGB value is (239,223,84). Sum of RGB (Red+Green+Blue) = 239+223+84=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 84 (33.20% from 255 or 15.38% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF54 is #1020AB. Grayscale: #D4D4D4. Windows color (decimal): -1056940 or 5562351. OLE color: 5562351.

HSL color Cylindrical-coordinate representation of color #EFDF54: hue angle of 53.81º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFDF54 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 84 -
CMYK 0 0.07 0.65 0.06
HSL 53.81º 0.83% 0.63% -
HSV(B) 53.81º 0.65% 0.94% -
XYZ 63.58 71.77 18.89 -
YUV 211.94 55.8 147.3 -
System Red Green Blue C M Y K H S L
Decimal 239 223 84 0 0.07 0.65 0.06 53.81 0.83 0.63
Hex EF DF 54 0 7 41 6 36 53 3F
Octal 357 337 124 0 7 101 6 66 123 77
Binary 11101111 11011111 1010100 0 111 1000001 110 110110 1010011 111111

Color Harmonies of #EFDF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF54

Black with #EFDF54

Text Example


Text Example

White with #EFDF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF54; }

 p { color: rgb(239,223,84); }

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

background-color css

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

 a { background-color: rgb(239,223,84); }

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

border-color css

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

 span { border-color: rgb(239,223,84); }

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